mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-19 21:41:07 +01:00
Added alias for pypi-tupload
This commit is contained in:
parent
dd71441529
commit
40ab2e14d3
1 changed files with 3 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
||||||
alias pypi-check='pip3 install twine setuptools'
|
alias pypi-check='pip3 install twine setuptools'
|
||||||
alias pypi-upload='python3 setup.py sdist && twine upload 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 a new issue