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 8905fd5 commit daf33deCopy full SHA for daf33de
1 file changed
.github/workflows/python-publish.yml
@@ -27,5 +27,5 @@ jobs:
27
TWINE_USERNAME: __token__
28
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
29
run: |
30
- python setup.py sdist bdist_wheel
+ python setup.py sdist
31
twine upload dist/*
0 commit comments