Skip to content

Commit 592034c

Browse files
committed
Make: Pin cibuildwheel==2.21.3
1 parent 358f4ad commit 592034c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ jobs:
465465
if: matrix.os == 'ubuntu-24.04'
466466
uses: docker/setup-qemu-action@v3
467467
- name: Install cibuildwheel
468-
run: python -m pip install cibuildwheel
468+
run: python -m pip install cibuildwheel==2.21.3
469469
- name: Build wheels
470470
run: cibuildwheel --output-dir wheelhouse
471471
env:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
if: matrix.os == 'ubuntu-24.04' # We only need QEMU for Linux builds
9494
uses: docker/setup-qemu-action@v3
9595
- name: Install cibuildwheel
96-
run: python -m pip install cibuildwheel
96+
run: python -m pip install cibuildwheel==2.21.3
9797
- name: Build wheels
9898
run: cibuildwheel --output-dir wheelhouse
9999
env:

0 commit comments

Comments
 (0)