1 2 3 4 5 6
release: umask 022 && chmod -R a+rX . && python setup.py sdist bdist_wheel # twine upload dist/* test: tox