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 209d999 commit c40b561Copy full SHA for c40b561
.github/workflows/lib-build-and-push.yml
@@ -78,7 +78,7 @@ jobs:
78
79
- name: Install cibuildwheel
80
run: |
81
- python3 -m pip install cibuildwheel==2.22.0
+ python3 -m pip install cibuildwheel[uv]==2.22.0
82
83
- name: Install OpenSSL for Windows
84
if: runner.os == 'Windows'
@@ -168,7 +168,7 @@ jobs:
168
169
170
171
- python -m pip install cibuildwheel==2.22.0
+ python -m pip install cibuildwheel[uv]==2.22.0
172
173
- name: Build wheels
174
env:
0 commit comments