Add Make target for PyPI publishing

This commit is contained in:
Thales Maciel 2026-03-09 19:26:57 -03:00
parent 7ccab61a1b
commit fb718af154
3 changed files with 30 additions and 1 deletions

View file

@ -13,6 +13,7 @@ This repository ships `pyro-mcp`, an MCP-compatible package for ephemeral VM lif
- Run `make setup` after cloning.
- Run `make check` before opening a PR.
- Run `make dist-check` when you change packaging, entrypoints, or install docs.
- Use `make pypi-publish` for manual PyPI uploads after setting `TWINE_PASSWORD`.
- Public user-facing CLI is `pyro`.
- Public Python SDK entrypoint is `from pyro_mcp import Pyro`.
- The packaged runtime images under `src/pyro_mcp/runtime_bundle/` are stored in Git LFS.