mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-19 21:41:07 +01:00
5 lines
206 B
Bash
5 lines
206 B
Bash
alias pypi-check='pip3 install twine setuptools'
|
|
alias pypi-tupload='python3 setup.py sdist && twine upload --repository testpypi dist/*'
|
|
alias pypi-upload='python3 setup.py sdist && twine upload dist/*'
|
|
|
|
|