Skip to content

Commit

Permalink
github action: CIBW_BUILD_FRONTEND: "build[uv]"
Browse files Browse the repository at this point in the history
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/
  • Loading branch information
fruch committed Jan 23, 2025
1 parent 315198a commit 841f583
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ env:
CIBW_MANYLINUX_PYPY_X86_64_IMAGE: manylinux_2_28
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux_2_28
CIBW_MANYLINUX_PYPY_AARCH64_IMAGE: manylinux_2_28
CIBW_BUILD_FRONTEND: "build[uv]"

jobs:
build_wheels:
Expand Down

0 comments on commit 841f583

Please sign in to comment.