#!/bin/bash rm -rf dist/ build/ .eggs/ python setup.py sdist bdist_wheel python -m twine upload dist/*