We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b6ca35 commit 2b35afcCopy full SHA for 2b35afc
.github/workflows/publish_package.yml
@@ -27,5 +27,5 @@ jobs:
27
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
28
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
29
run: |
30
- python setup.py sdist bdist_wheel
+ python setup.py sdist
31
twine upload dist/*
setup.py
@@ -29,7 +29,7 @@ def read_file(filename):
python_requires=">=3.6.1",
install_requires=["lark-parser==0.8.1", "pandas>=1.0.0"],
project_urls={
32
- "Source": "https://github.com/zbrookle/dataframe_sql",
+ "Source Code": "https://github.com/zbrookle/dataframe_sql",
33
"Documentation": "",
34
},
35
url="https://github.com/zbrookle/dataframe_sql",
0 commit comments