How to publish Bump the version in pyproject.toml Tag the commit with the version number e.g. git tag v0.0.1 Push the tag git push origin v0.0.1 The GitHub action will publish the package to PyPI