Packaging

References

Most used commands

python3 -m pip install --upgrade build
python3 -m pip install --upgrade twine
python3 -m build
pip install -e .
twine upload -r pypi dist/*