Add reference to `uv build` and `uv publish` in the landing pages (#8542)

I don't include the `uv build` and `uv publish` commands in the `uv
init` project because they're not distributable by default :/
This commit is contained in:
Zanie Blue 2024-10-24 15:56:54 -05:00 committed by GitHub
parent ca6c3d0903
commit f76781cf8e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 2 deletions

View File

@ -23,7 +23,8 @@ An extremely fast Python package and project manager, written in Rust.
## Highlights
- 🚀 A single tool to replace `pip`, `pip-tools`, `pipx`, `poetry`, `pyenv`, `virtualenv`, and more.
- 🚀 A single tool to replace `pip`, `pip-tools`, `pipx`, `poetry`, `pyenv`, `twine`, `virtualenv`,
and more.
- ⚡️ [10-100x faster](https://github.com/astral-sh/uv/blob/main/BENCHMARKS.md) than `pip`.
- 🐍 [Installs and manages](#python-management) Python versions.
- 🛠️ [Runs and installs](#tool-management) Python applications.
@ -101,6 +102,9 @@ All checks passed!
See the [project documentation](https://docs.astral.sh/uv/guides/projects/) to get started.
uv also supports building and publishing projects, even if they're not managed with uv. See the
[publish guide](./guides/publish.md) to learn more.
### Tool management
uv executes and installs command-line tools provided by Python packages, similar to `pipx`.

View File

@ -16,7 +16,8 @@ An extremely fast Python package and project manager, written in Rust.
## Highlights
- 🚀 A single tool to replace `pip`, `pip-tools`, `pipx`, `poetry`, `pyenv`, `virtualenv`, and more.
- 🚀 A single tool to replace `pip`, `pip-tools`, `pipx`, `poetry`, `pyenv`, `twine`, `virtualenv`,
and more.
- ⚡️ [10-100x faster](https://github.com/astral-sh/uv/blob/main/BENCHMARKS.md) than `pip`.
- 🐍 [Installs and manages](#python-management) Python versions.
- 🛠️ [Runs and installs](#tool-management) Python applications.
@ -83,6 +84,9 @@ All checks passed!
See the [project guide](./guides/projects.md) to get started.
uv also supports building and publishing projects, even if they're not managed with uv. See the
[publish guide](./guides/publish.md) to learn more.
## Tool management
uv executes and installs command-line tools provided by Python packages, similar to `pipx`.