Skip to content

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:

v0.1.0
v0.1.1
v0.2.0

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 deploy with the humemdb prefix
  • optionally updates the latest alias

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.