mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2026-02-13 21:00:57 +01: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/*'
|
|
|
|
|