We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ae6240 commit c83a8d0Copy full SHA for c83a8d0
.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 *-manylinux_i686"
+ CIBW_SKIP: "pp* *-win32 *_i686"
35
36
- uses: actions/upload-artifact@v4
37
with:
0 commit comments