Skip to content

Commit

Permalink
only upload manylinux wheels.
Browse files Browse the repository at this point in the history
  • Loading branch information
manoskary committed Jul 18, 2024
1 parent 9def672 commit f98ae19
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pypi_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,6 @@ jobs:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
twine upload dist/*-manylinux*.whl
twine upload dist/*-manylinux*.whl --verbose
with:
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit f98ae19

Please sign in to comment.