We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76c8553 commit 5baa5a9Copy full SHA for 5baa5a9
.github/workflows/build.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Build wheels
31
uses: pypa/[email protected]
32
env:
33
- CIBW_SKIP: pp*,*win32
+ CIBW_SKIP: "pp* *-win32"
34
35
- uses: actions/upload-artifact@v4
36
with:
0 commit comments