Skip to content

Commit 71523c4

Browse files
committed
Run manylinux build only on Linux
1 parent 8707d70 commit 71523c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
uses: docker/setup-qemu-action@v3
4848

4949
- name: Build Python manylinux wheels
50+
if: runner.os == 'Linux'
5051
env:
5152
POLICY: ${{ matrix.target[0] }}
5253
PLATFORM: ${{ matrix.target[1] }}

0 commit comments

Comments
 (0)