#!/bin/sh -e

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