mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-09 12:21:57 -04:00
cleanup sdist and bdist build process
This commit is contained in:
parent
5ff852bd07
commit
87b79fe5e3
10 changed files with 61 additions and 68 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue