Skip to content

Commit

Permalink
fix(ci): just exclude manylinux x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Oct 21, 2024
1 parent 49ce65e commit 99bc8a4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -60,6 +56,9 @@ jobs:
- os: linux
manylinux: auto
target: s390x
- os: linux
manylinux: auto
target: x86_64
- os: windows
target: aarch64

Expand Down

0 comments on commit 99bc8a4

Please sign in to comment.