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 8936754 commit 7b15014Copy full SHA for 7b15014
.github/workflows/wheels.yml
@@ -73,10 +73,8 @@ jobs:
73
with:
74
fetch-depth: 0
75
76
- - uses: actions/setup-python@v6
77
-
78
- - name: Update pip/pipx
79
- run: python -m pip install --upgrade pip pipx
+ - name: Install the latest version of uv
+ uses: astral-sh/setup-uv@v6
80
81
# For aarch64 support
82
# https://cibuildwheel.pypa.io/en/stable/faq/#emulation
@@ -86,7 +84,7 @@ jobs:
86
84
if: runner.os == 'Linux' && endsWith(matrix.buildplat[1], 'aarch64')
87
85
88
- name: Build wheel(s)
89
- run: pipx run --spec "cibuildwheel>=2.15" cibuildwheel
+ run: uvx cibuildwheel
90
env:
91
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }}
92
0 commit comments