- Update software, test
- update version in pyproject.toml
- install python build "python3 -m pip install --upgrade build"
- build software: "python3 -m build"
- install twine "python3 -m pip install --upgrade twine"
- upload new version: "python3 -m twine upload --repository pypi dist/*"
- remove dist directory