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