Skip to content

v6.4.0 馃寛 Add input `version-file`

Choose a tag to compare

@github-actions github-actions released this 17 Jul 19:49
· 294 commits to refs/heads/main since this release
05273c1

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

馃摎 Documentation

  • Add FAQ on changed cache and cache upload behavior @eifinger (#477)

猬嗭笍 Dependency updates