Skip to content

Commit

Permalink
Arm64 support once again
Browse files Browse the repository at this point in the history
  • Loading branch information
d.rudenko committed Oct 17, 2024
1 parent ece1bad commit ee23d81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ jobs:
env:
MATURIN_PASSWORD: ${{ secrets.PYPI_TOKEN }}
run: |
maturin publish --username __token__ --password $MATURIN_PASSWORD --target aarch64-unknown-linux-gnu --zig -i python ${{ matrix.python-version }}
maturin publish --username __token__ --password $MATURIN_PASSWORD --target aarch64-unknown-linux-gnu --zig -i python ${{ matrix.python-version }} -skip-existing

0 comments on commit ee23d81

Please sign in to comment.