diff --git a/docs/guides/publish.md b/docs/guides/publish.md index 14e53dc59..28cb73bbd 100644 --- a/docs/guides/publish.md +++ b/docs/guides/publish.md @@ -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