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