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 aadde85 commit 499813bCopy full SHA for 499813b
.github/workflows/wheels.yml
@@ -206,7 +206,7 @@ jobs:
206
CIBW_BUILD: ${{ env.python_cp_version }}-${{ matrix.os.platform_id }}
207
CIBW_ARCHS: auto x86_64 aarch64
208
CIBW_PLATFORM: linux
209
- CIBW_SKIP: "pp* *musllinux_* *_i686* *_s390* *pypy*"
+ CIBW_SKIP: "pp* *musllinux_* *_i686* *_s390* *pypy* *-linux_x86_64"
210
CIBW_PROJECT_REQUIRES_PYTHON: "~=${{ matrix.python-version }}.0"
211
CIBW_BUILD_VERBOSITY: 3
212
BUILD_THREADS: "8"
0 commit comments