Skip to content

Commit ec24211

Browse files
committed
Skip 32-bit builds
1 parent fd3cec0 commit ec24211

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ jobs:
153153
run: cibuildwheel --output-dir dist
154154
env:
155155
CIBW_BUILD: "cp3{6,7,8,9}-*"
156+
CIBW_SKIP: "*-win32 *-manylinux_i686" # Skip 32 bit.
156157
- name: Build sdist
157158
if: "runner.os == 'Linux'"
158159
run: python setup.py sdist

0 commit comments

Comments
 (0)