#!/bin/bash
set -eo pipefail
python setup.py sdist bdist_wheel
twine upload dist/*