mirror of https://github.com/ohmyzsh/ohmyzsh.git
Added pypi-upload alias in pypi plugin and minor correction in pypi-check alias
This commit is contained in:
parent
9c54986ad1
commit
dd71441529
|
@ -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/'
|
||||
|
||||
|
|
Loading…
Reference in New Issue