Skip to content

Commit 1f24a0e

Browse files
committed
Skip PyPy wheels
1 parent d26d88d commit 1f24a0e

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
@@ -38,6 +38,7 @@ jobs:
3838
- name: Build wheels
3939
run: python -m cibuildwheel --output-dir dist
4040
env:
41+
CIBW_SKIP: 'pp*'
4142
CIBW_BEFORE_BUILD: |
4243
if exist _skbuild rmdir /s /q _skbuild
4344

0 commit comments

Comments
 (0)