File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Set up your GitHub Actions workflow with a specific version of [uv](https://docs
1414 - [ Install a required-version or latest (default)] ( #install-a-required-version-or-latest-default )
1515 - [ Install the latest version] ( #install-the-latest-version )
1616 - [ Install a specific version] ( #install-a-specific-version )
17- - [ Install a version by supplying a semver range or pep440 identifier ] ( #install-a-version-by-supplying-a-semver-range-or-pep440-identifier )
17+ - [ Install a version by supplying a semver range or pep440 specifier ] ( #install-a-version-by-supplying-a-semver-range-or-pep440-specifier )
1818 - [ Install a required-version] ( #install-a-required-version )
1919 - [ Python version] ( #python-version )
2020 - [ Validate checksum] ( #validate-checksum )
@@ -63,10 +63,10 @@ For an example workflow, see
6363 version: "0.4.4"
6464` ` `
6565
66- # ## Install a version by supplying a semver range or pep440 identifier
66+ # ## Install a version by supplying a semver range or pep440 specifier
6767
6868You can specify a [semver range](https://github.com/npm/node-semver?tab=readme-ov-file#ranges)
69- or [pep440 identifier ](https://peps.python.org/pep-0440/#version-specifiers)
69+ or [pep440 specifier ](https://peps.python.org/pep-0440/#version-specifiers)
7070to install the latest version that satisfies the range.
7171
7272` ` ` yaml
You can’t perform that action at this time.
0 commit comments