Skip to content

Commit 7b15014

Browse files
committed
chore(ci): Use uv instead of pipx for speed
1 parent 8936754 commit 7b15014

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/wheels.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,8 @@ jobs:
7373
with:
7474
fetch-depth: 0
7575

76-
- uses: actions/setup-python@v6
77-
78-
- name: Update pip/pipx
79-
run: python -m pip install --upgrade pip pipx
76+
- name: Install the latest version of uv
77+
uses: astral-sh/setup-uv@v6
8078

8179
# For aarch64 support
8280
# https://cibuildwheel.pypa.io/en/stable/faq/#emulation
@@ -86,7 +84,7 @@ jobs:
8684
if: runner.os == 'Linux' && endsWith(matrix.buildplat[1], 'aarch64')
8785

8886
- name: Build wheel(s)
89-
run: pipx run --spec "cibuildwheel>=2.15" cibuildwheel
87+
run: uvx cibuildwheel
9088
env:
9189
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }}
9290

0 commit comments

Comments
 (0)