rm -rf dist
python3 -m build --no-isolation
twine upload dist/*


