We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cibuildwheel==2.21.3
1 parent 358f4ad commit 592034cCopy full SHA for 592034c
.github/workflows/prerelease.yml
@@ -465,7 +465,7 @@ jobs:
465
if: matrix.os == 'ubuntu-24.04'
466
uses: docker/setup-qemu-action@v3
467
- name: Install cibuildwheel
468
- run: python -m pip install cibuildwheel
+ run: python -m pip install cibuildwheel==2.21.3
469
- name: Build wheels
470
run: cibuildwheel --output-dir wheelhouse
471
env:
.github/workflows/release.yml
@@ -93,7 +93,7 @@ jobs:
93
if: matrix.os == 'ubuntu-24.04' # We only need QEMU for Linux builds
94
95
96
97
98
99
0 commit comments