#!/bin/bash
set -eo pipefail

python setup.py build sdist bdist_wheel upload
