Skip to content

Commit 06f5cd1

Browse files
authored
Restored manylinux2014 wheels (#9059)
1 parent 27d47b3 commit 06f5cd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,22 +77,22 @@ jobs:
7777
platform: linux
7878
os: ubuntu-latest
7979
cibw_arch: x86_64
80+
manylinux: "manylinux2014"
8081
- name: "manylinux_2_28 x86_64"
8182
platform: linux
8283
os: ubuntu-latest
8384
cibw_arch: x86_64
8485
build: "*manylinux*"
85-
manylinux: "manylinux_2_28"
8686
- name: "manylinux2014 and musllinux aarch64"
8787
platform: linux
8888
os: ubuntu-24.04-arm
8989
cibw_arch: aarch64
90+
manylinux: "manylinux2014"
9091
- name: "manylinux_2_28 aarch64"
9192
platform: linux
9293
os: ubuntu-24.04-arm
9394
cibw_arch: aarch64
9495
build: "*manylinux*"
95-
manylinux: "manylinux_2_28"
9696
- name: "iOS arm64 device"
9797
platform: ios
9898
os: macos-latest

0 commit comments

Comments
 (0)