pyproject.toml declares v1.1.0 but no GitHub Actions publish workflow exists. PyPI status unverified.
Steps:
- Add
.github/workflows/publish.yml triggered on v* tags
- Use PyPI Trusted Publishing (OIDC) — configure on PyPI side
- Build with
uv build or hatch build (whichever matches project setup)
- Tag
v1.1.0 and verify package appears at https://pypi.org/project/arcp/
Audit reference: ARCP SDK Audit v1.1 (2026-05-19)
pyproject.tomldeclaresv1.1.0but no GitHub Actions publish workflow exists. PyPI status unverified.Steps:
.github/workflows/publish.ymltriggered onv*tagsuv buildorhatch build(whichever matches project setup)v1.1.0and verify package appears at https://pypi.org/project/arcp/Audit reference: ARCP SDK Audit v1.1 (2026-05-19)