Skip to content

Commit 3e48b61

Browse files
committed
release: upload only sdist for now
1 parent 5162550 commit 3e48b61

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,5 @@ jobs:
5454
env:
5555
TWINE_USERNAME: __token__
5656
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
57-
run: python -m twine upload dist/*
57+
# NOTE: for now upload sdist only to prevent errors like unsupported platform tag 'linux_x86_64'.
58+
run: python -m twine upload dist/*.tar.gz

0 commit comments

Comments
 (0)