cleanup sdist and bdist build process

This commit is contained in:
Nick Sweeting 2020-08-18 17:12:49 -04:00
parent 5ff852bd07
commit 87b79fe5e3
10 changed files with 61 additions and 68 deletions

View file

@ -50,10 +50,10 @@ git add "$REPO_DIR/package-lock.json"
echo "[*] Cleaning up build dirs"
cd "$REPO_DIR"
rm -Rf build dist
rm -Rf build dist archivebox.egg-info
echo "[+] Building sdist and bdist_wheel"
python3 setup.py sdist bdist_wheel
python3 setup.py sdist bdist_egg bdist_wheel
echo "[^] Pushing source to github"
git add "$REPO_DIR/archivebox.egg-info"