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 04c344e commit 041fc86Copy full SHA for 041fc86
.github/workflows/dist.yml
@@ -63,6 +63,7 @@ jobs:
63
run: |
64
python -m pip install -U pip
65
python -m pip install "cibuildwheel>=2.20,<3"
66
+ podman run --rm --privileged multiarch/qemu-user-static --reset -p yes
67
68
- name: Build wheels
69
env:
0 commit comments