mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-30 19:23:56 +08:00
Added alias for pypi-ltest in pypi plugin
This commit is contained in:
parent
40ab2e14d3
commit
2372c8dfee
@ -1,4 +1,5 @@
|
||||
alias pypi-check='pip3 install twine setuptools'
|
||||
alias pypi-ltest='python3 setup.py sdist && python3 -m pip install dist/*'
|
||||
alias pypi-tupload='python3 setup.py sdist && twine upload --repository testpypi dist/*'
|
||||
alias pypi-upload='python3 setup.py sdist && twine upload dist/*'
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user