mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-09-12 19:50:57 +05:00
Disable uv cache for release publication
This commit is contained in:
parent
00a615dd5a
commit
f3b457b88d
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user