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 58778eb commit c8b47e2Copy full SHA for c8b47e2
.github/workflows/ci.yml
@@ -215,7 +215,7 @@ jobs:
215
- name: Build wheels
216
run: cibuildwheel --output-dir dist
217
env:
218
- CIBW_SKIP: "*-win32 *-manylinux_i686" # Skip 32 bit
+ CIBW_SKIP: "*-win32 *-manylinux_i686 cp38-macosx_*arm64 cp39-macosx_*arm64" # Skip 32 bit and problematic mac builds.
219
CIBW_ARCHS_LINUX: ${{ matrix.cibw_archs_linux }}
220
CIBW_BEFORE_ALL_LINUX: ${{ matrix.cibw_before_all_linux }}
221
# Fully test the build wheels again.
0 commit comments