How to publish this library Install the build tool: pip3 install build twine Build the library: python3 -m build Upload the library to PyPI: twine upload dist/*