From 5b22ec7ad76701002ec32f349f8cc6191fc0038c Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Sun, 13 Nov 2016 20:35:15 +0100 Subject: [PATCH] Difference between generic pypi upload, and work server --- .config/fish/config.fish | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 353688e..7e9dbfb 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -69,7 +69,8 @@ alias pip_upgrade "pip freeze --local | grep -v '^\-e' | cut -d = -f 1 | xargs alias pyloc 'find . -name "*.py" | xargs wc -l' -alias pypi_up 'python setup.py register sdist --formats=zip upload' +alias pypi_up 'python setup.py sdist --formats=zip upload -r pypi' +alias pypi_sanoma 'python setup.py sdist --formats=zip upload -r sanoma' alias youtube-dl 'youtube-dl -t -f bestvideo+bestaudio/best --merge-output-format mp4'