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 b53ea0e commit 464525fCopy full SHA for 464525f
.github/workflows/python-publish.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
31
- twine upload dist/*
+ python setup.py sdist
+ twine upload dist/*.tar.gz
0 commit comments