We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30653ee commit d358995Copy full SHA for d358995
.github/workflows/python-publish.yml
@@ -31,7 +31,7 @@ jobs:
31
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
32
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
33
run: |
34
- python setup.py sdist
+ python setup.py sdist bdist_wheel
35
twine upload dist/*
36
37
# python setup.py sdist bdist_wheel
0 commit comments