From 8e590540c356be75fa603461258f46df5203d5ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sat, 30 May 2026 14:56:53 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Update=20publish=20action,=20do?= =?UTF-8?q?=20not=20use=20uv=20cache?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ff17aed8de..a39ac2bc55 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -32,6 +32,7 @@ jobs: # Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum. # See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837 version: "0.11.4" + enable-cache: false - name: Build distribution run: uv build - name: Publish