Skip to content

Commit 53f3cab

Browse files
authored
Update python-publish.yml
1 parent 5721409 commit 53f3cab

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
@@ -32,4 +32,4 @@ jobs:
3232
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
3333
run: |
3434
python setup.py bdist_wheel
35-
twine upload dist/*
35+
twine upload dist/*.whl

0 commit comments

Comments
 (0)