Skip to content

Commit 7ad0eb9

Browse files
committed
PyPi only supports sdist distribution, not 'linux_x86_64'
1 parent 9c5e473 commit 7ad0eb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ jobs:
2828
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
2929
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
3030
run: |
31-
python setup.py sdist bdist_wheel
31+
python setup.py sdist
3232
twine upload --verbose dist/*

0 commit comments

Comments
 (0)