mirror of
https://github.com/astral-sh/setup-uv.git
synced 2026-04-16 16:40:17 +00:00
feat: added use-mirror parameter
This commit is contained in:
parent
7b222e12b6
commit
c4b2130c2c
9 changed files with 57 additions and 3 deletions
|
|
@ -83,6 +83,10 @@ inputs:
|
|||
resolution-strategy:
|
||||
description: "Resolution strategy to use when resolving version ranges. 'highest' uses the latest compatible version, 'lowest' uses the oldest compatible version."
|
||||
default: "highest"
|
||||
use-mirror:
|
||||
description: "Whether to attempt to download from Astral mirror first or use the Github releases artifacts."
|
||||
default: true
|
||||
|
||||
outputs:
|
||||
uv-version:
|
||||
description: "The installed uv version. Useful when using latest."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue