From bc300971c80470e0c9a939958eb7d49b2fcdad0a Mon Sep 17 00:00:00 2001 From: David Irvine Date: Sat, 30 Nov 2024 13:26:16 +0000 Subject: [PATCH] fix: update docker images for cross --- .github/workflows/python-publish.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index d05b1ced1..8e5899489 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -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 }} @@ -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