mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2026-02-13 21:00:57 +01:00
4 lines
115 B
Bash
4 lines
115 B
Bash
alias pypi-check='pip3 install twine setuptools'
|
|
alias pypi-upload='python3 setup.py sdist && twine upload dist/'
|
|
|