1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-07 00:05:10 +01:00

Difference between generic pypi upload, and work server

This commit is contained in:
2016-11-13 20:35:15 +01:00
parent f777aad451
commit 5b22ec7ad7

View File

@@ -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'