Disable uv cache for release publication

This commit is contained in:
Nick Sweeting 2026-07-29 11:50:51 -07:00
parent 00a615dd5a
commit f3b457b88d
No known key found for this signature in database

View File

@ -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