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