Skip to content

Commit

Permalink
ci: fix arm7l release by adding cargo
Browse files Browse the repository at this point in the history
maturin, that builds the Rust-based library for ZipCrypto decryption, needs
cargo as well as rust
  • Loading branch information
michalc committed Nov 14, 2024
1 parent 3bf65d8 commit 9def373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-package-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
run: >-
docker run --rm -v ${{ github.workspace }}:/app quay.io/pypa/${{ matrix.image }} bash -c '
cd /app &&
apk add rust &&
apk add rust cargo &&
/opt/python/${{ matrix.folder }}/bin/python -m build --wheel &&
auditwheel repair $(ls dist/*.whl) &&
rm dist/*.whl &&
Expand Down

0 comments on commit 9def373

Please sign in to comment.