minor packaging fixes and bump to 0.4.21

This commit is contained in:
Nick Sweeting 2020-11-23 17:28:45 -05:00
parent 83693a5c03
commit 02551c0152
6 changed files with 23 additions and 22 deletions

View file

@ -12,9 +12,8 @@ IFS=$'\n'
REPO_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && cd .. && pwd )"
source "$REPO_DIR/.venv/bin/activate"
cd "$REPO_DIR"
source "./.venv/bin/activate"
# Make sure git is clean
@ -66,7 +65,7 @@ echo "[^] Uploading to pypi.org"
python3 -m twine upload --repository pypi dist/*
echo "[^] Uploading to launchpad.net"
python3 -m dput archivebox "deb_dist/archivebox_${NEW_VERSION}-1_source.changes"
dput archivebox "deb_dist/archivebox_${NEW_VERSION}-1_source.changes"
echo "[^] Uploading docker image"
# docker login --username=nikisweeting