diff --git a/pages/common/uv.md b/pages/common/uv.md index 66aabea659..78606a28a3 100644 --- a/pages/common/uv.md +++ b/pages/common/uv.md @@ -20,13 +20,9 @@ `uv remove {{package}}` -- Run a script in the project's environment: +- Run a script or a command in the project's environment: -`uv run {{path/to/script.py}}` - -- Run a command in the project's environment: - -`uv run {{command}}` +`uv run {{path/to/script.py|command}}` - Update a project's environment from `pyproject.toml`: @@ -35,3 +31,7 @@ - Create a lock file for the project's dependencies: `uv lock` + +- Build the project into source and binary distributions: + +`uv build`