Skip to content

Commit 83fdc8d

Browse files
committed
Skip 32 bit
1 parent cd98ba9 commit 83fdc8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,8 @@ jobs:
157157
run: cibuildwheel --output-dir dist
158158
env:
159159
CIBW_BUILD: "cp3{6,7,8,9}-*,pp3{6,7}-*"
160+
CIBW_SKIP: "*-win32 *-manylinux_i686" # Skip 32 bit.
160161
CIBW_MANYLINUX_X86_64_IMAGE: "manylinux2014"
161-
CIBW_MANYLINUX_I686_IMAGE: "manylinux2014"
162162
# Fully test the build wheels again.
163163
CIBW_TEST_REQUIRES: "pytest"
164164
# Simple test that requires the project to be build correctly

0 commit comments

Comments
 (0)