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
🧰 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)