#!/bin/bash
rm -Rf dist/ build/
python setup.py sdist bdist_wheel
twine upload --repository-url https://test.pypi.org/legacy/ dist/*

