Skip to content

Commit 690e81d

Browse files
CI: use buildwheel extras
1 parent 04889c4 commit 690e81d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,12 @@ jobs:
2525

2626
steps:
2727
- uses: actions/checkout@v5
28-
- name: Install uv
29-
uses: astral-sh/setup-uv@v7
3028

3129
# Used to host cibuildwheel
3230
- name: Build wheel
3331
uses: pypa/cibuildwheel@v3.3.0
3432
with:
33+
extras: uv
3534
output-dir: wheelhouse
3635
- uses: actions/upload-artifact@v5
3736
with:

0 commit comments

Comments
 (0)