Sourced from astral-sh/setup-uv's releases.
v5.4.1 🌈 Add support for pep440 version specifiers
Changes
With this release you can also use pep440 version specifiers as
required-version
in filesuv.toml
,pyroject.toml
and in theversion
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)