Skip to content

Commit

Permalink
fix: arrch64 manylinux release
Browse files Browse the repository at this point in the history
  • Loading branch information
pacman82 committed Jan 31, 2025
1 parent 5e739be commit eb0d9e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Publish Manylinux wheel ARM
run: |
pip install twine==6.0.1
twine upload pypi --skip-existing -u __token__ -p "${{ secrets.PYPI_API_TOKEN }}" dist/*
twine upload --skip-existing -u __token__ -p "${{ secrets.PYPI_API_TOKEN }}" dist/*
macos-arm-wheel:
runs-on: macos-14
Expand Down

0 comments on commit eb0d9e8

Please sign in to comment.