We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d88fa3d commit 3e7e10bCopy full SHA for 3e7e10b
.github/workflows/wheels.yml
@@ -30,7 +30,7 @@ jobs:
30
python-version: '3.13'
31
32
- name: Install cibuildwheel
33
- run: python -m pip install cibuildwheel==3.1.1
+ run: python -m pip install cibuildwheel~=3.1.1
34
35
- name: Build wheels
36
run: python -m cibuildwheel --output-dir wheelhouse
@@ -56,7 +56,7 @@ jobs:
56
platforms: linux/ppc64le
57
58
59
60
61
62
0 commit comments