Skip to content

Commit

Permalink
release: upload only sdist for now
Browse files Browse the repository at this point in the history
  • Loading branch information
r9y9 committed Feb 12, 2023
1 parent 5162550 commit 3e48b61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,5 @@ jobs:
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
run: python -m twine upload dist/*
# NOTE: for now upload sdist only to prevent errors like unsupported platform tag 'linux_x86_64'.
run: python -m twine upload dist/*.tar.gz

0 comments on commit 3e48b61

Please sign in to comment.