We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3716820 commit 11da880Copy full SHA for 11da880
1 file changed
.github/workflows/wheels.yaml
@@ -51,7 +51,7 @@ jobs:
51
python-version: '3.11'
52
53
- name: Install cibuildwheel
54
- run: python -m pip install cibuildwheel==2.22.0
+ run: python -m pip install cibuildwheel
55
56
- name: Build wheels
57
run: python -m cibuildwheel --output-dir wheelhouse
@@ -128,7 +128,7 @@ jobs:
128
129
130
131
132
133
134
0 commit comments