Skip to content

OMM v0.2.147

Choose a tag to compare

@fakeminjun7321 fakeminjun7321 released this 21 Aug 06:46
· 154 commits to main since this release
v0.2.147
ecea656

OMM v0.2.147 publishes the Python distribution and the first public npm packages for macOS, Linux, and Windows.

Install the isolated Python CLI with:

pipx install omm-model

Or install the standalone npm CLI with:

npm install --global @omm-hippo/omm

The installed command remains omm.

The Python release workflow verified the wheel and source archive, SHA-256 digests, TestPyPI and PyPI publish attestations, and public pipx install/run/uninstall paths on Ubuntu, macOS, and Windows. The npm package build and tarball paths were exercised for darwin-arm64, darwin-x64, linux-arm64-gnu, linux-x64-gnu, and win32-x64. Public npm install, update guidance, uninstall, registry integrity, and registry signatures were additionally verified for darwin-arm64.

Python release workflow: https://github.com/omm-hippo/omm/actions/runs/32453305606
Cross-platform validation: https://github.com/omm-hippo/omm/actions/runs/32453305614

Full changes: v0.2.129...v0.2.147