Release Workflow¶
HumemDB's public release path currently centers on two outputs:
- the PyPI package
- the versioned docs site
Package release¶
Package versions come from Git tags that match the Hatch VCS pattern:
The PyPI workflow builds the package, checks metadata, verifies the wheel installs, and publishes through PyPI trusted publishing.
Docs release¶
The docs deployment workflow:
- checks out humemdb
- installs the docs dependencies
- checks out
humemai-docs - runs
mike deploywith thehumemdbprefix - optionally updates the
latestalias
Shared docs hub¶
The shared docs landing page at https://docs.humem.ai/ links to both product doc
sets. HumemDB is published as a separate section instead of being mixed into the
ArcadeDB tree.