Skip to content

Commit cd98ba9

Browse files
committed
Also build wheels for pypy and 32bit
1 parent 47f7aee commit cd98ba9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,9 @@ jobs:
156156
- name: Build wheels
157157
run: cibuildwheel --output-dir dist
158158
env:
159-
CIBW_BUILD: "cp3{6,7,8,9}-*"
160-
CIBW_SKIP: "*-win32 *-manylinux_i686" # Skip 32 bit.
159+
CIBW_BUILD: "cp3{6,7,8,9}-*,pp3{6,7}-*"
161160
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)