Skip to content

Commit 5721409

Browse files
authored
Update python-publish.yml
1 parent 20f3767 commit 5721409

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ jobs:
3131
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
3232
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
3333
run: |
34-
python setup.py bdist
34+
python setup.py bdist_wheel
3535
twine upload dist/*

0 commit comments

Comments
 (0)