#!/usr/bin/env bash

rm -rdf ./dist
python3 -m build

python3 -m twine upload dist/*
# python3 -m twine upload --repository testpypi dist/*