We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8707d70 commit 71523c4Copy full SHA for 71523c4
1 file changed
.github/workflows/wheels.yml
@@ -47,6 +47,7 @@ jobs:
47
uses: docker/setup-qemu-action@v3
48
49
- name: Build Python manylinux wheels
50
+ if: runner.os == 'Linux'
51
env:
52
POLICY: ${{ matrix.target[0] }}
53
PLATFORM: ${{ matrix.target[1] }}
0 commit comments