Skip to content

Commit cfaf23e

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 Ref: https://build.pypa.io/en/stable/index.html Ref: https://peps.python.org/pep-0517/ Ref: https://peps.python.org/pep-0518/
1 parent d223efe commit cfaf23e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-push.yml

Lines changed: 1 addition & 0 deletions
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)