1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2026-02-13 21:00:57 +01:00

Added pypi-upload alias in pypi plugin and minor correction in pypi-check alias

This commit is contained in:
ToastCoder
2021-06-26 13:51:46 +05:30
parent 9c54986ad1
commit dd71441529

View File

@@ -1,3 +1,3 @@
alias pypi-check='pip install twine setuptools'
alias pypi-check='pip3 install twine setuptools'
alias pypi-upload='python3 setup.py sdist && twine upload dist/'