#!/usr/bin/env bash # publish to PyPI rm -r dist || true python setup.py sdist bdist_wheel twine upload dist/*