clean previous build before releasing

This commit is contained in:
Nick Sweeting 2024-10-05 03:23:12 -07:00
parent 0c52fd2873
commit 00a91e09c6
No known key found for this signature in database

View file

@ -15,4 +15,6 @@ cd "$REPO_DIR"
source "$REPO_DIR/.venv/bin/activate"
echo "[^] Publishing to PyPI..."
rm -Rf dist
uv build
uv publish