uv: add build command (#21532)

Co-authored-by: znarfm <44516102+znarfm@users.noreply.github.com>
This commit is contained in:
24f1000749
2026-03-26 04:01:20 +05:30
committed by GitHub
parent d164969825
commit 98c6456f22
+6 -6
View File
@@ -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`