Skip to content

Commit c4fc955

Browse files
committed
Update cibuildwheel
1 parent 588f48a commit c4fc955

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,10 @@ jobs:
3030
python-version: '3.13'
3131

3232
- name: Install cibuildwheel
33-
run: python -m pip install cibuildwheel==2.23.1
33+
run: python -m pip install cibuildwheel==3.0.0
3434

3535
- name: Build wheels
3636
run: python -m cibuildwheel --output-dir wheelhouse
37-
env:
38-
CIBW_MANYLINUX_AARCH64_IMAGE: "manylinux_2_28"
39-
CIBW_MANYLINUX_X86_64_IMAGE: "manylinux_2_28"
40-
CIBW_MANYLINUX_PYPY_X86_64_IMAGE: "manylinux_2_28"
41-
CIBW_MANYLINUX_PYPY_AARCH64_IMAGE: "manylinux_2_28"
4237

4338
- uses: actions/upload-artifact@v4
4439
with:
@@ -61,14 +56,13 @@ jobs:
6156
platforms: linux/ppc64le
6257

6358
- name: Install cibuildwheel
64-
run: python -m pip install cibuildwheel==2.23.1
59+
run: python -m pip install cibuildwheel==3.0.0
6560

6661
- name: Build wheels
6762
run: python -m cibuildwheel --output-dir wheelhouse
6863
env:
6964
CIBW_ARCHS: ppc64le
7065
CIBW_ENVIRONMENT: LIBSSH2_VERSION=1.11.1 LIBGIT2_VERSION=1.9.1 LIBGIT2=/project/ci
71-
CIBW_MANYLINUX_PPC64LE_IMAGE: "manylinux_2_28"
7266

7367
- uses: actions/upload-artifact@v4
7468
with:

0 commit comments

Comments
 (0)