Skip to content

Commit abc41d8

Browse files
committed
use build[uv]
1 parent 634456a commit abc41d8

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
@@ -250,12 +250,15 @@ jobs:
250250
run: python3 -m poetry build --format=sdist
251251
if: startsWith(matrix.os, 'ubuntu')
252252

253+
- uses: astral-sh/setup-uv@v4
254+
253255
- name: Build wheels
254256
uses: pypa/[email protected]
255257
with:
256258
output-dir: wheelhouse
257259
config-file: "pyproject.toml"
258260
env:
261+
CIBW_BUILD_FRONTEND: "build[uv]"
259262
# Ignore 32 bit architectures
260263
CIBW_ARCHS: "auto64"
261264
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.9,<3.13"

0 commit comments

Comments
 (0)