1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 20:35:11 +01:00

Latest pypi settings

This commit is contained in:
2023-06-06 13:56:38 +02:00
parent 800f614db5
commit 2201161c19

View File

@@ -127,8 +127,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 sdist --formats=zip upload -r pypi'
alias pypi_sanoma 'python setup.py sdist --formats=zip upload -r sanoma'
alias pypi_up 'python3 -m build; python3 -m twine upload dist/*'
alias pypitest_up 'python3 -m build; python3 -m twine upload --repository testpypi dist/*'
alias youtube-dl 'youtube-dl -t -f bestvideo+bestaudio/best --merge-output-format mp4'