Skip to content

Commit 766acbb

Browse files
committed
use build[uv]
1 parent f889544 commit 766acbb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/python-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,12 +282,15 @@ jobs:
282282
restore-keys: |
283283
${{ runner.os }}-cibuildwheel-
284284
285+
- uses: astral-sh/setup-uv@v4
286+
285287
- name: Build wheels
286288
uses: pypa/[email protected]
287289
with:
288290
output-dir: wheelhouse
289291
config-file: "pyproject.toml"
290292
env:
293+
CIBW_BUILD_FRONTEND: "build[uv]"
291294
# Ignore 32 bit architectures
292295
CIBW_ARCHS: "auto64"
293296
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.9,<3.13"

0 commit comments

Comments
 (0)