From f3b457b88d0b5c8f08fd4cb5f9fdf837df2ef4d5 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Wed, 29 Jul 2026 11:50:51 -0700 Subject: [PATCH] Disable uv cache for release publication --- bin/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/release.sh b/bin/release.sh index fa70d83e..18453d00 100755 --- a/bin/release.sh +++ b/bin/release.sh @@ -279,7 +279,7 @@ if [[ "$PYPI_STATE" != complete ]]; then PYPI_ARTIFACTS+=("$RELEASE_DISTRIBUTIONS_DIR/$filename") done [[ "${#PYPI_ARTIFACTS[@]}" -gt 0 ]] - $UV_BINARY publish --trusted-publishing always "${PYPI_ARTIFACTS[@]}" + $UV_BINARY publish --no-cache --trusted-publishing always "${PYPI_ARTIFACTS[@]}" fi if [[ "$GITHUB_EXISTS" == false ]]; then