Skip to content

Commit

Permalink
Merge pull request #116 from uktrade/ci/fix-arm7l-release-cargo
Browse files Browse the repository at this point in the history
ci: fix arm7l release by adding cargo
  • Loading branch information
michalc authored Nov 14, 2024
2 parents 3bf65d8 + 9def373 commit 7816857
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 7816857

Please sign in to comment.