Tags: diffbot/diffbot-python
Tags
Fix release publish: pass --repo to gh (job has no checkout) The release job downloads artifacts but never checks out the repo, so gh could not infer the repository from a local git remote and failed with "fatal: not a git repository". Pass --repo "$GITHUB_REPOSITORY" on every gh release call. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Bump to 0.2.1; derive __version__ from package metadata 0.2.0 shipped with a hardcoded __version__ = "0.1.0" that nothing kept in sync with pyproject.toml. Read the version from importlib.metadata so the package and module versions can never drift again. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>