From fea9ff7a7f8c4c007c6d94a1f7f227c25858c1bc Mon Sep 17 00:00:00 2001 From: "Victoria Terenina (torymur)" Date: Fri, 31 Jan 2025 14:07:51 +0000 Subject: [PATCH] Pin QEMU to 8.1.5 --- .github/workflows/release_pypi.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release_pypi.yaml b/.github/workflows/release_pypi.yaml index 396948e0..5bf3b18d 100644 --- a/.github/workflows/release_pypi.yaml +++ b/.github/workflows/release_pypi.yaml @@ -1,6 +1,7 @@ name: Release PyPi on: + workflow_dispatch: release: types: - created @@ -26,6 +27,7 @@ jobs: uses: docker/setup-qemu-action@v3 with: platforms: all + image: tonistiigi/binfmt:qemu-v8.1.5 - name: Install cibuildwheel run: python -m pip install cibuildwheel==2.21.3