Releasing¶
Version policy¶
unihan-db is pre-1.0. APIs may change between minor versions.
Release checklist¶
Update
CHANGESwith the new version and today’s date.Bump the version in
src/unihan_db/__about__.pyandpyproject.toml.Commit and tag:
$ git tag v0.XX.0
Push the tag:
$ git push --tags
Publishing¶
Releases are published to PyPI via GitHub Actions using trusted publishing (OIDC). Pushing a version tag triggers the publish workflow automatically.