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