mirror of
https://github.com/astral-sh/setup-uv.git
synced 2026-05-31 21:58:28 +02:00
b9c8c4c7ba
## Summary Add a new boolean input `download-from-astral-mirror` (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 and the download goes straight to GitHub Releases. Closes: #870