Skip to content

Commit

Permalink
fix: update docker images for cross
Browse files Browse the repository at this point in the history
  • Loading branch information
dirvine committed Nov 30, 2024
1 parent cb58c59 commit bc30097
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,6 @@ jobs:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v3
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
Expand All @@ -127,12 +123,12 @@ jobs:
env:
PYO3_CROSS_PYTHON_VERSION: ${{ matrix.python-version }}
PYO3_CROSS: "1"
CARGO_NET_GIT_FETCH_WITH_CLI: "true"
with:
target: ${{ matrix.target }}
manylinux: manylinux2014
args: --release --out dist -i python${{ matrix.python-version }}
maturin-version: "v0.13.0"
container: ghcr.io/rust-cross/manylinux2014-cross:${{ matrix.target }}
- name: Install built wheel
if: matrix.target == 'aarch64'
uses: addnab/docker-run-action@v3
Expand Down

0 comments on commit bc30097

Please sign in to comment.