set -xe

pip install --upgrade pip
rm -rf dist
python setup.py sdist
python setup.py bdist_wheel --universal

pip install --upgrade twine
twine upload --repository-url https://upload.pypi.org/legacy/ dist/*
