diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 69e1f0a..f237f46 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -17,6 +17,12 @@ jobs: with: submodules: true + - name: Set up QEMU + if: runner.os == 'Linux' + uses: docker/setup-qemu-action@v3 + with: + platforms: all + - name: Build wheels uses: pypa/cibuildwheel@v2.20.0 env: