Skip to content

Commit 499813b

Browse files
authored
fix: wheels.yml (#152)
Signed-off-by: Rui Dias Gomes <[email protected]>
1 parent aadde85 commit 499813b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ jobs:
206206
CIBW_BUILD: ${{ env.python_cp_version }}-${{ matrix.os.platform_id }}
207207
CIBW_ARCHS: auto x86_64 aarch64
208208
CIBW_PLATFORM: linux
209-
CIBW_SKIP: "pp* *musllinux_* *_i686* *_s390* *pypy*"
209+
CIBW_SKIP: "pp* *musllinux_* *_i686* *_s390* *pypy* *-linux_x86_64"
210210
CIBW_PROJECT_REQUIRES_PYTHON: "~=${{ matrix.python-version }}.0"
211211
CIBW_BUILD_VERBOSITY: 3
212212
BUILD_THREADS: "8"

0 commit comments

Comments
 (0)