We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deae712 commit d2ccb2fCopy full SHA for d2ccb2f
.github/workflows/ci.yml
@@ -210,7 +210,7 @@ jobs:
210
- name: Build wheels
211
run: cibuildwheel --output-dir dist
212
env:
213
- CIBW_SKIP: "*-win32 *-manylinux_i686 *pp3*" # Skip 32 bit and pypy
+ CIBW_SKIP: "*-win32 *-manylinux_i686" # Skip 32 bit
214
CIBW_ARCHS_LINUX: ${{ matrix.cibw_archs_linux }}
215
CIBW_BEFORE_ALL_LINUX: ${{ matrix.cibw_before_all_linux }}
216
# Fully test the build wheels again.
0 commit comments