Skip to content

Commit daf33de

Browse files
authored
Update python-publish.yml
1 parent 8905fd5 commit daf33de

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
@@ -27,5 +27,5 @@ jobs:
2727
TWINE_USERNAME: __token__
2828
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
2929
run: |
30-
python setup.py sdist bdist_wheel
30+
python setup.py sdist
3131
twine upload dist/*

0 commit comments

Comments
 (0)