mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-21 19:53:06 +00:00
clean previous build before releasing
This commit is contained in:
parent
0c52fd2873
commit
00a91e09c6
1 changed files with 2 additions and 0 deletions
|
@ -15,4 +15,6 @@ cd "$REPO_DIR"
|
||||||
source "$REPO_DIR/.venv/bin/activate"
|
source "$REPO_DIR/.venv/bin/activate"
|
||||||
|
|
||||||
echo "[^] Publishing to PyPI..."
|
echo "[^] Publishing to PyPI..."
|
||||||
|
rm -Rf dist
|
||||||
|
uv build
|
||||||
uv publish
|
uv publish
|
||||||
|
|
Loading…
Reference in a new issue