alias pypi-check='pip3 install twine setuptools' alias pypi-upload='python3 setup.py sdist && twine upload dist/'