Skip to content

Commit 4649e39

Browse files
committed
github action: CIBW_BUILD_FRONTEND: "build[uv]"
build is the way packages should be built it does build isolation by default we also switch to uv, for quicker way of collecting packages
1 parent 315198a commit 4649e39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-push.yml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ env:
1818
CIBW_MANYLINUX_PYPY_X86_64_IMAGE: manylinux_2_28
1919
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux_2_28
2020
CIBW_MANYLINUX_PYPY_AARCH64_IMAGE: manylinux_2_28
21+
CIBW_BUILD_FRONTEND: "build[uv]
2122
2223
jobs:
2324
build_wheels:

0 commit comments

Comments
 (0)