We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20f3767 commit 5721409Copy full SHA for 5721409
1 file changed
.github/workflows/python-publish.yml
@@ -31,5 +31,5 @@ jobs:
31
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
32
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
33
run: |
34
- python setup.py bdist
+ python setup.py bdist_wheel
35
twine upload dist/*
0 commit comments