Skip to content

Commit 8317812

Browse files
committed
Add manylinux_2_28 ppc64le wheels
1 parent e786019 commit 8317812

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.github/workflows/wheels.yml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,31 @@ jobs:
9393
os: ubuntu-24.04-arm
9494
cibw_arch: aarch64
9595
build: "*manylinux*"
96+
- name: "manylinux_2_28 3.10 ppc64le"
97+
platform: linux
98+
os: ubuntu-latest
99+
cibw_arch: ppc64le
100+
build: "*cp310-manylinux*"
101+
- name: "manylinux_2_28 3.11 ppc64le"
102+
platform: linux
103+
os: ubuntu-latest
104+
cibw_arch: ppc64le
105+
build: "*cp311-manylinux*"
106+
- name: "manylinux_2_28 3.12 ppc64le"
107+
platform: linux
108+
os: ubuntu-latest
109+
cibw_arch: ppc64le
110+
build: "*cp312-manylinux*"
111+
- name: "manylinux_2_28 3.13 ppc64le"
112+
platform: linux
113+
os: ubuntu-latest
114+
cibw_arch: ppc64le
115+
build: "*cp313*-manylinux*"
116+
- name: "manylinux_2_28 3.14 ppc64le"
117+
platform: linux
118+
os: ubuntu-latest
119+
cibw_arch: ppc64le
120+
build: "*cp314*-manylinux*"
96121
- name: "iOS arm64 device"
97122
platform: ios
98123
os: macos-latest
@@ -115,6 +140,10 @@ jobs:
115140
with:
116141
python-version: "3.x"
117142

143+
- name: Set up QEMU
144+
if: "matrix.cibw_arch == 'ppc64le'"
145+
uses: docker/setup-qemu-action@v3
146+
118147
- name: Install cibuildwheel
119148
run: |
120149
python3 -m pip install -r .ci/requirements-cibw.txt

0 commit comments

Comments
 (0)