Using uvx in GitHub Actions in a cache-friendly way
用 uvx 在 GitHub Actions 里运行 Python 工具,通过 UV_EXCLUDE_NEWER 巧用缓存避免重复下载,提升 CI 速度。
TIL: Using uvx in GitHub Actions in a cache-friendly way I finally found a cache-friendly recipe for using uvx tool-name in GitHub Actions workflows t…