12
0
Fork 0
mirror of https://github.com/astral-sh/setup-uv.git synced 2026-07-01 18:19:30 +00:00

feat: add download-from-astral-mirror input

Add a new boolean input  (default: true)
that controls whether uv is downloaded from the Astral mirror or
directly from GitHub Releases. When set to false, the mirror rewrite
is skipped entirely.
This commit is contained in:
Kevin Stillhammer 2026-05-31 11:40:47 +02:00
parent ddb93f091f
commit 4fa8fca033
No known key found for this signature in database
10 changed files with 66 additions and 4 deletions

View file

@ -120,6 +120,9 @@ Have a look under [Advanced Configuration](#advanced-configuration) for detailed
# URL to a custom manifest file in the astral-sh/versions format
manifest-file: ""
# Download uv from the Astral mirror instead of directly from GitHub Releases
download-from-astral-mirror: "true"
# Add problem matchers
add-problem-matchers: "true"
```