mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-08-23 17:13:23 +08:00
6 lines
206 B
Bash
6 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/*'
|
|
|
|
|