Skip to content

Commit c83a8d0

Browse files
committed
Correctly disables x86
1 parent 5ae6240 commit c83a8d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Build wheels
3232
uses: pypa/[email protected]
3333
env:
34-
CIBW_SKIP: "pp* *-win32 *-manylinux_i686"
34+
CIBW_SKIP: "pp* *-win32 *_i686"
3535

3636
- uses: actions/upload-artifact@v4
3737
with:

0 commit comments

Comments
 (0)