From 1e7378477ec87150447513824a1abeeb1e548162 Mon Sep 17 00:00:00 2001 From: Martin Stancsics Date: Wed, 29 Jan 2025 21:15:15 +0100 Subject: [PATCH 1/3] Use up-to-date qemu --- .github/workflows/build-wheels.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index e718d020..69edd14b 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -21,6 +21,7 @@ jobs: uses: docker/setup-qemu-action@v3 with: platforms: all + image: tonistiigi/binfmt:qemu-v8.1.5-45 - name: Set up micromamba uses: mamba-org/setup-micromamba@0dea6379afdaffa5d528b3d1dabc45da37f443fc - name: Build wheels From 0f3dceab95de3d950f267e0757ae78e01ff32edf Mon Sep 17 00:00:00 2001 From: Martin Stancsics Date: Thu, 30 Jan 2025 09:10:13 +0100 Subject: [PATCH 2/3] Update release date --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b09daea0..bfe4dee0 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -7,7 +7,7 @@ Changelog ========= -4.1.1 - 2025-01-29 +4.1.1 - 2025-01-30 ------------------ **Bug fix:** From 69529757c19f911d2966fa78c753a14cc6e4b030 Mon Sep 17 00:00:00 2001 From: Martin Stancsics Date: Thu, 30 Jan 2025 09:20:27 +0100 Subject: [PATCH 3/3] Less precise qemu pin --- .github/workflows/build-wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index 69edd14b..cfb94f4e 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -21,7 +21,7 @@ jobs: uses: docker/setup-qemu-action@v3 with: platforms: all - image: tonistiigi/binfmt:qemu-v8.1.5-45 + image: tonistiigi/binfmt:qemu-v8.1.5 - name: Set up micromamba uses: mamba-org/setup-micromamba@0dea6379afdaffa5d528b3d1dabc45da37f443fc - name: Build wheels