astral-sh/setup-uv
Version updated for https://github.com/astral-sh/setup-uv to version v5.4.1.
- This publisher is shown as ‘verified’ by GitHub.
- This action is used across all versions by 14,443 repositories.
Go to the GitHub Marketplace to find the latest changes.
Release notes
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
- Add support for pep440 version identifiers @eifinger (#353)
🧰 Maintenance
- chore: update known checksums for 0.6.10 @github-actions[bot] (#345)
📚 Documentation
- Add pep440 to docs header @eifinger (#355)
- Fix glob syntax link @flying-sheep (#349)
- Add link to supported glob patterns @eifinger (#348)