Browse Source

clean previous build before releasing

Nick Sweeting 1 year ago
parent
commit
00a91e09c6
1 changed files with 2 additions and 0 deletions
  1. 2 0
      bin/release_pip.sh

+ 2 - 0
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