#!/bin/bash

rm -fr dist

python -m build
python -m twine upload --repository pypi dist/*

