Skip to content

Releases: astral-sh/setup-uv

v1.0.4 🌈 update default version to 0.4.1

30 Aug 14:59
b038954
Compare
Choose a tag to compare

Changes

🐛 Bug fixes

  • chore: update default version to 0.4.1 @github-actions (#20)

v1.0.3 🌈 update default version to 0.4.0

30 Aug 11:21
606dd5e
Compare
Choose a tag to compare

Changes

🐛 Bug fixes

  • chore: update default version to 0.4.0 @github-actions (#19)

📚 Documentation

v1.0.2 🌈 update default version to 0.3.5

28 Aug 06:38
e9305af
Compare
Choose a tag to compare

Changes

🐛 Bug fixes

  • chore: update default version to 0.3.5 @github-actions (#14)

📚 Documentation

v1.0.1 🌈 update default version to 0.3.3

25 Aug 12:45
19a0b38
Compare
Choose a tag to compare

Changes

🐛 Bug fixes

  • chore: update default version to 0.3.3 @github-actions (#6)

v1.0.0 🌈 Initial release of setup-uv

24 Aug 08:25
332ac35
Compare
Choose a tag to compare

This is the initial release of eifinger/setup-uv.

The easiest way to enjoy a fast experience with uv in your workflows.


This action will install uv for your runners platform and architecture and will do all the heavy lifting in making sure its cached correctly so it runs as fast as possible.

For an emphasis on security this action does not call other actions or executes shell scripts but only downloads the uv/uvx executables and checks their checksum before using them.

Finally this action is also optimized for self hosted runners.

Learn more about all features in the README


If you are currently using eifinger/setup-rye or actions/setup-python this action is a drop-in replacement for you.