#!/usr/bin/bash

rm -rf dist

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