rm dist/*
python3 setup.py sdist
python3 -m twine upload dist/*

