Use latest version from manifest-file (#458)
Update Major Minor Tags / Make sure major and minor tags are up to date on a patch release (push) Has been cancelled

If a manifest-file is supplied the default value of the version input
(latest) will get the latest version available in the manifest. That
might not be the actual latest version available in the official uv
repo.
This commit is contained in:
Kevin Stillhammer
2025-06-19 21:23:43 +02:00
committed by GitHub
parent a02a550bdd
commit 445689ea25
5 changed files with 46 additions and 17 deletions
-1
View File
@@ -540,7 +540,6 @@ jobs:
- name: Install from custom manifest file
uses: ./
with:
version: 0.7.12-alpha.1
manifest-file: "https://raw.githubusercontent.com/astral-sh/setup-uv/${{ github.ref }}/__tests__/download/custom-manifest.json"
- run: uv sync
working-directory: __tests__/fixtures/uv-project