File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff 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
124126125127 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
254259255260 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"
You can’t perform that action at this time.
0 commit comments