Use uv installer during build (#5854)

This commit is contained in:
Zanie Blue 2024-08-07 08:25:26 -05:00 committed by GitHub
parent 54989f1376
commit c34681a74c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,9 +9,14 @@ the PyPA tools [`build`](https://github.com/pypa/build) and
Build your package with the official `build` frontend:
```console
$ uvx --from build pyproject-build
$ uvx --from build pyproject-build --installer uv
```
!!! note
Using `--installer uv` is not required, but uses uv instead of the default, pip, for faster
builds.
The build artifacts will be placed in `dist/`.
## Publishing your package