Skip to content

Commit 464525f

Browse files
authored
Upload only source distribution
1 parent b53ea0e commit 464525f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ jobs:
2727
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
2828
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
2929
run: |
30-
python setup.py sdist bdist_wheel
31-
twine upload dist/*
30+
python setup.py sdist
31+
twine upload dist/*.tar.gz

0 commit comments

Comments
 (0)