mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-01 12:24:15 +00:00
Use uv installer during build (#5854)
This commit is contained in:
parent
54989f1376
commit
c34681a74c
1 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue