# remove /dist directory
# update version
python3 -m build
python3 -m pip install --upgrade twine
python3 -m twine upload dist/* or python3 -m twine upload --repository testpypi dist/* 