From 0c5e2b8115b80b4c7c5ddf6ffdd634974642d182 Mon Sep 17 00:00:00 2001 From: Kevin Stillhammer Date: Sun, 30 Mar 2025 18:25:01 +0200 Subject: [PATCH] Add pep440 to docs header (#355) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f34ffb6..bfec0b6 100644 --- a/README.md +++ b/README.md @@ -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 the latest version](#install-the-latest-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) - [Python version](#python-version) - [Validate checksum](#validate-checksum) @@ -63,7 +63,7 @@ For an example workflow, see 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) or [pep440 identifier](https://peps.python.org/pep-0440/#version-specifiers)