We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d26d88d commit 1f24a0eCopy full SHA for 1f24a0e
.github/workflows/wheels.yml
@@ -38,6 +38,7 @@ jobs:
38
- name: Build wheels
39
run: python -m cibuildwheel --output-dir dist
40
env:
41
+ CIBW_SKIP: 'pp*'
42
CIBW_BEFORE_BUILD: |
43
if exist _skbuild rmdir /s /q _skbuild
44
0 commit comments