github astral-sh/setup-uv v5.4.1
v5.4.1 🌈 Add support for pep440 version specifiers

latest releases: v5.4, v5
3 days ago

Changes

With this release you can also use pep440 version specifiers as required-version in filesuv.toml, pyroject.toml and in the version input:

- name: Install a pep440-specifier-satisfying version of uv
  uses: astral-sh/setup-uv@v5
  with:
    version: ">=0.4.25,<0.5"

🐛 Bug fixes

🧰 Maintenance

📚 Documentation

Don't miss a new setup-uv release

NewReleases is sending notifications on new releases.