Skip to content

Commit 08d0fe9

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

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/python-release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,12 +120,15 @@ jobs:
120120
run: python3 -m poetry build --format=sdist
121121
if: startsWith(matrix.os, 'ubuntu')
122122

123+
- uses: astral-sh/setup-uv@v4
124+
123125
- name: Build wheels
124126
uses: pypa/[email protected]
125127
with:
126128
output-dir: wheelhouse
127129
config-file: "pyproject.toml"
128130
env:
131+
CIBW_BUILD_FRONTEND: "build[uv]"
129132
# Ignore 32 bit architectures
130133
CIBW_ARCHS: "auto64"
131134
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.9,<3.13"
@@ -250,12 +253,15 @@ jobs:
250253
run: python3 -m poetry build --format=sdist
251254
if: startsWith(matrix.os, 'ubuntu')
252255

256+
- uses: astral-sh/setup-uv@v4
257+
253258
- name: Build wheels
254259
uses: pypa/[email protected]
255260
with:
256261
output-dir: wheelhouse
257262
config-file: "pyproject.toml"
258263
env:
264+
CIBW_BUILD_FRONTEND: "build[uv]"
259265
# Ignore 32 bit architectures
260266
CIBW_ARCHS: "auto64"
261267
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.9,<3.13"

0 commit comments

Comments
 (0)