Skip to content

Commit d9845d9

Browse files
cibuildwheel - skip various less interesting platforms
1 parent cb8f597 commit d9845d9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build_python_wheel.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ jobs:
2424

2525
- name: Build wheels
2626
uses: pypa/[email protected]
27+
env:
28+
# Skip PyPy, 32-bit Windows, 32-bit Linux, and CPython before 3.9.
29+
# See https://cibuildwheel.readthedocs.io/en/stable/options/#examples_1
30+
CIBW_SKIP: "*-win32 pp* *-manylinux_i686 *-musllinux_i686 cp36-* cp37-* cp38-*"
2731

2832
- uses: actions/upload-artifact@v4
2933
with:

0 commit comments

Comments
 (0)