We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 728838a commit 1081f6bCopy full SHA for 1081f6b
.github/workflows/cibuildwheel.yml
@@ -18,12 +18,13 @@ jobs:
18
19
steps:
20
- uses: actions/checkout@v4
21
+ # This is way too slow
22
# aarch64 (arm) is built via qemu emulation on Linux
- - name: Set up QEMU
23
- if: runner.os == 'Linux'
24
- uses: docker/setup-qemu-action@v3
25
- with:
26
- platforms: all
+ #- name: Set up QEMU
+ # if: runner.os == 'Linux'
+ # uses: docker/setup-qemu-action@v3
+ # with:
27
+ # platforms: all
28
- name: Build wheels
29
uses: pypa/cibuildwheel@v2.19.1
30
env:
0 commit comments