python -m build
twine check dist/*
twine upload dist/*
twine upload --repository-url https://test.pypi.org/legacy/ dist/*