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