We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 556d7db + 1c87851 commit d668ea2Copy full SHA for d668ea2
1 file changed
.github/workflows/wheels.yml
@@ -8,6 +8,8 @@ on:
8
jobs:
9
build_wheels:
10
name: Build wheels on ${{ matrix.os }}
11
+ env:
12
+ CIBW_SKIP: pp*
13
runs-on: ${{ matrix.os }}
14
strategy:
15
matrix:
0 commit comments