From 99bc8a43ed516213b1fb15a95e1c20bdcdc1e326 Mon Sep 17 00:00:00 2001 From: Pete Gadomski Date: Mon, 21 Oct 2024 08:54:56 -0600 Subject: [PATCH] fix(ci): just exclude manylinux x86_64 --- .github/workflows/wheels.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index e9fb3d4b..991f4c2c 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -25,10 +25,6 @@ jobs: - os: linux manylinux: auto target: ppc64le - - os: linux - manylinux: auto - target: x86_64 - interpreter: pypy3.9 pypy3.10 - os: linux manylinux: musllinux_1_1 @@ -60,6 +56,9 @@ jobs: - os: linux manylinux: auto target: s390x + - os: linux + manylinux: auto + target: x86_64 - os: windows target: aarch64