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

