mirror of https://github.com/astral-sh/uv
Use uv installer during build (#5854)
This commit is contained in:
parent
54989f1376
commit
c34681a74c
|
|
@ -9,9 +9,14 @@ the PyPA tools [`build`](https://github.com/pypa/build) and
|
||||||
Build your package with the official `build` frontend:
|
Build your package with the official `build` frontend:
|
||||||
|
|
||||||
```console
|
```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/`.
|
The build artifacts will be placed in `dist/`.
|
||||||
|
|
||||||
## Publishing your package
|
## Publishing your package
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue