mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-08-20 23:22:55 +08:00
Added alias for pypi-tupload
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
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/*'
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user