Skip to content

Commit ffff779

Browse files
committed
- skip musllinux and 32bit builds
1 parent 2562f52 commit ffff779

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/experimental_wheels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ jobs:
6868
env:
6969
CIBW_BUILD: ${{ matrix.python_version }}
7070
CIBW_ARCHS_MACOS: x86_64 arm64
71+
CIBW_SKIP: "*-musllinux* cp36-* cp37-* cp38-* *-win32 *-manylinux_i686"
7172

7273
- name: Upload wheels
7374
uses: actions/upload-artifact@v4

.github/workflows/wheels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
env:
6262
CIBW_BUILD: ${{ matrix.python_version }}
6363
CIBW_ARCHS_MACOS: x86_64 arm64
64+
CIBW_SKIP: "*-musllinux* cp36-* cp37-* cp38-* *-win32 *-manylinux_i686"
6465

6566
- name: Upload wheels
6667
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)