Skip to content

Commit 37fe07a

Browse files
committed
Updating pypa/cibuildwheel to latest for all python versions.
See pypa/cibuildwheel#2765 [major?][GH rate limit] Authenticate virtualenv provisioning downloads in CI? #2765 pypa/cibuildwheel#2555 chore: Use the virtualenv release URL rather than the blob URL #2555 The log said we used v2.19.2 because older Python needs it. Let's see if the building of older wheels break...
1 parent 1b8bb75 commit 37fe07a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
submodules: true
3636

3737
- name: Build wheels
38-
uses: pypa/cibuildwheel@v2.21.3
38+
uses: pypa/cibuildwheel@v3.4.0
3939
env:
4040
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
4141
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux_2_28
@@ -59,7 +59,7 @@ jobs:
5959
name: wheel-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.cp }}
6060
path: ./wheelhouse/*.whl
6161

62-
# identical to "build_wheels", except with the older pypa/cibuildwheel@v2.19.2
62+
# identical to "build_wheels", except with the older pypa/cibuildwheel
6363
build_wheels_old:
6464
name: Build wheels on ${{ matrix.os }} (${{ matrix.arch }}) for ${{ matrix.cp }}
6565
runs-on: ${{ matrix.os }}
@@ -83,7 +83,7 @@ jobs:
8383
submodules: true
8484

8585
- name: Build wheels
86-
uses: pypa/cibuildwheel@v2.19.2
86+
uses: pypa/cibuildwheel@v3.4.0
8787
env:
8888
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
8989
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux_2_28

0 commit comments

Comments
 (0)