Skip to content

Commit f6fd35f

Browse files
fix(cicd): skip building wheels for PyPy (#97)
1 parent f7b17ab commit f6fd35f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ jobs:
9494
9595
- name: Build wheels
9696
env:
97+
# Skip PyPy
98+
CIBW_SKIP: pp*
9799
# On Linux: manylinux / musllinux arches
98100
CIBW_ARCHS_LINUX: ${{ matrix.cibw_archs_linux || '' }}
99101
# On Windows: AMD64 / x86

0 commit comments

Comments
 (0)