Skip to content

Commit d2ccb2f

Browse files
committed
Re-enable pypy wheels
1 parent deae712 commit d2ccb2f

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
@@ -210,7 +210,7 @@ jobs:
210210
- name: Build wheels
211211
run: cibuildwheel --output-dir dist
212212
env:
213-
CIBW_SKIP: "*-win32 *-manylinux_i686 *pp3*" # Skip 32 bit and pypy
213+
CIBW_SKIP: "*-win32 *-manylinux_i686" # Skip 32 bit
214214
CIBW_ARCHS_LINUX: ${{ matrix.cibw_archs_linux }}
215215
CIBW_BEFORE_ALL_LINUX: ${{ matrix.cibw_before_all_linux }}
216216
# Fully test the build wheels again.

0 commit comments

Comments
 (0)