From 031e60d34f4d72d4485b01d9656c0d200f1b360b Mon Sep 17 00:00:00 2001 From: Carol Jung Date: Thu, 6 Feb 2025 16:13:56 -0800 Subject: [PATCH] fix: Disable uv cache --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 939629413..f8aa35f9b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,7 +46,7 @@ jobs: uses: astral-sh/setup-uv@v5.2 id: setup-uv with: - enable-cache: true + enable-cache: false prune-cache: false python-version: 3.${{ matrix.python }} version: '0.5.24'