From 00a91e09c63176684d99e82d70c473bc084d0d85 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Sat, 5 Oct 2024 03:23:12 -0700 Subject: [PATCH] clean previous build before releasing --- bin/release_pip.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/release_pip.sh b/bin/release_pip.sh index 3aace078..88311522 100755 --- a/bin/release_pip.sh +++ b/bin/release_pip.sh @@ -15,4 +15,6 @@ cd "$REPO_DIR" source "$REPO_DIR/.venv/bin/activate" echo "[^] Publishing to PyPI..." +rm -Rf dist +uv build uv publish