Skip to content

Commit c40b561

Browse files
committed
cicd/lib-build-and-push: use cibuildwheel[uv]
1 parent 209d999 commit c40b561

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lib-build-and-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
7979
- name: Install cibuildwheel
8080
run: |
81-
python3 -m pip install cibuildwheel==2.22.0
81+
python3 -m pip install cibuildwheel[uv]==2.22.0
8282
8383
- name: Install OpenSSL for Windows
8484
if: runner.os == 'Windows'
@@ -168,7 +168,7 @@ jobs:
168168

169169
- name: Install cibuildwheel
170170
run: |
171-
python -m pip install cibuildwheel==2.22.0
171+
python -m pip install cibuildwheel[uv]==2.22.0
172172
173173
- name: Build wheels
174174
env:

0 commit comments

Comments
 (0)