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 2da03ce commit 7f2e6b1Copy full SHA for 7f2e6b1
.github/workflows/python-publish.yml
@@ -39,5 +39,5 @@ jobs:
39
TWINE_USERNAME: __token__
40
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
41
run: |
42
- python setup.py sdist bdist_wheel
+ python setup.py bdist_wheel
43
twine upload dist/*
0 commit comments