From 8317812214514d42fdf593da09f5035d61c4ac40 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sun, 10 Aug 2025 16:44:21 +1000 Subject: [PATCH] Add manylinux_2_28 ppc64le wheels --- .github/workflows/wheels.yml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index d217d9292..ac2875d29 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -93,6 +93,31 @@ jobs: os: ubuntu-24.04-arm cibw_arch: aarch64 build: "*manylinux*" + - name: "manylinux_2_28 3.10 ppc64le" + platform: linux + os: ubuntu-latest + cibw_arch: ppc64le + build: "*cp310-manylinux*" + - name: "manylinux_2_28 3.11 ppc64le" + platform: linux + os: ubuntu-latest + cibw_arch: ppc64le + build: "*cp311-manylinux*" + - name: "manylinux_2_28 3.12 ppc64le" + platform: linux + os: ubuntu-latest + cibw_arch: ppc64le + build: "*cp312-manylinux*" + - name: "manylinux_2_28 3.13 ppc64le" + platform: linux + os: ubuntu-latest + cibw_arch: ppc64le + build: "*cp313*-manylinux*" + - name: "manylinux_2_28 3.14 ppc64le" + platform: linux + os: ubuntu-latest + cibw_arch: ppc64le + build: "*cp314*-manylinux*" - name: "iOS arm64 device" platform: ios os: macos-latest @@ -115,6 +140,10 @@ jobs: with: python-version: "3.x" + - name: Set up QEMU + if: "matrix.cibw_arch == 'ppc64le'" + uses: docker/setup-qemu-action@v3 + - name: Install cibuildwheel run: | python3 -m pip install -r .ci/requirements-cibw.txt