mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-26 21:51:05 +01:00
Added pypi-upload alias in pypi plugin and minor correction in pypi-check alias
This commit is contained in:
parent
9c54986ad1
commit
dd71441529
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue