mirror of
https://github.com/astral-sh/setup-uv.git
synced 2025-04-05 15:15:18 -04:00
Add pep440 to docs header (#355)
This commit is contained in:
parent
794ea9455c
commit
0c5e2b8115
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ Set up your GitHub Actions workflow with a specific version of [uv](https://docs
|
||||||
- [Install a required-version or latest (default)](#install-a-required-version-or-latest-default)
|
- [Install a required-version or latest (default)](#install-a-required-version-or-latest-default)
|
||||||
- [Install the latest version](#install-the-latest-version)
|
- [Install the latest version](#install-the-latest-version)
|
||||||
- [Install a specific version](#install-a-specific-version)
|
- [Install a specific version](#install-a-specific-version)
|
||||||
- [Install a version by supplying a semver range](#install-a-version-by-supplying-a-semver-range)
|
- [Install a version by supplying a semver range or pep440 identifier](#install-a-version-by-supplying-a-semver-range-or-pep440-identifier)
|
||||||
- [Install a required-version](#install-a-required-version)
|
- [Install a required-version](#install-a-required-version)
|
||||||
- [Python version](#python-version)
|
- [Python version](#python-version)
|
||||||
- [Validate checksum](#validate-checksum)
|
- [Validate checksum](#validate-checksum)
|
||||||
|
@ -63,7 +63,7 @@ For an example workflow, see
|
||||||
version: "0.4.4"
|
version: "0.4.4"
|
||||||
```
|
```
|
||||||
|
|
||||||
### Install a version by supplying a semver range
|
### Install a version by supplying a semver range or pep440 identifier
|
||||||
|
|
||||||
You can specify a [semver range](https://github.com/npm/node-semver?tab=readme-ov-file#ranges)
|
You can specify a [semver range](https://github.com/npm/node-semver?tab=readme-ov-file#ranges)
|
||||||
or [pep440 identifier](https://peps.python.org/pep-0440/#version-specifiers)
|
or [pep440 identifier](https://peps.python.org/pep-0440/#version-specifiers)
|
||||||
|
|
Loading…
Add table
Reference in a new issue