#!/bin/sh -e

rm -Rf dist/*
python3 -m build .
twine upload dist/*