#!/bin/bash set -e rm -f dist/* mkdir -p dist python setup.py sdist bdist_wheel twine upload dist/*