We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ac6d79 commit c492ef5Copy full SHA for c492ef5
.github/workflows/wheel.yml
@@ -32,6 +32,11 @@ jobs:
32
runs-on: ${{ matrix.os }}
33
steps:
34
- uses: actions/checkout@v4
35
+ # On an Linux Intel runner with qemu installed, build Intel and ARM wheels
36
+ # See: https://cibuildwheel.pypa.io/en/stable/options/#archs
37
+ - name: Set up QEMU
38
+ if: runner.os == 'Linux'
39
+ uses: docker/setup-qemu-action@v3
40
- name: Build wheels
41
uses: pypa/[email protected]
42
env:
0 commit comments