astral-sh/setup-uv
Version updated for https://github.com/astral-sh/setup-uv to version v6.4.0.
- This publisher is shown as ‘verified’ by GitHub.
- This action is used across all versions by 24,993 repositories.
Go to the GitHub Marketplace to find the latest changes.
Release notes
Changes
You can now use the version-file input to specify a file that contains the version of uv to install.
This can either be a pyproject.toml or uv.toml file which defines a required-version or
uv defined as a dependency in pyproject.toml or requirements.txt.
- name: Install uv based on the version defined in requirements.txt
uses: astral-sh/setup-uv@v6
with:
version-file: "requirements.txt"
🚀 Enhancements
- Add input version-file @eifinger (#486)
🧰 Maintenance
- chore: update known versions for 0.7.22 @github-actions[bot] (#488)
- Bump dependencies @eifinger (#487)
- chore: update known versions for 0.7.21 @github-actions[bot] (#483)
- chore: update known versions for 0.7.20 @github-actions[bot] (#480)
- chore: update known versions for 0.7.19 @github-actions[bot] (#475)
- chore: update known versions for 0.7.18 @github-actions[bot] (#473)
- chore: update known versions for 0.7.17 @github-actions[bot] (#468)
- chore: update known versions for 0.7.16 @github-actions[bot] (#466)
- chore: update known versions for 0.7.15 @github-actions[bot] (#463)
📚 Documentation
- Add FAQ on changed cache and cache upload behavior @eifinger (#477)
⬆️ Dependency updates
- Bump dependencies @eifinger (#487)