chore(distribution): PyPI release pipeline + topics + install docs - #2
Merged
Conversation
- pyproject: fix project URLs (pointed at a non-existent repo) -> edarm92-arch/ rm-tooling, add Issues + Changelog; add build/twine to dev extras. - .github/workflows/release.yml: tag-triggered release via PyPI Trusted Publishing (OIDC). Runs the full suite (ruff+mypy+pytest+audit+self-check) before publishing; zero PyPI secrets stored; environment: pypi for optional manual-approval gating. - README: pipx-primary Install section + PyPI/CI/license badges. - CHANGELOG: distribution notes folded into [0.1.1]. No product-logic changes (rm_validate/ untouched). No tag, no publish here — the Director cuts the tag after configuring the PyPI pending publisher. Version stays 0.1.1 (already cut by the merged security fix; the prompt's "keep 0.1.0" predated that merge). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Wires the distribution pipeline. No publish, no tag in this PR.
Changes
edarm92-arch/rm-tooling+ Issues/Changelog;build+twineadded to dev extras..github/workflows/release.yml: tag-triggered (v*) release via PyPI Trusted Publishing (OIDC) — no stored token. Runs full verify (ruff+mypy+pytest+pip-audit+self-check) before publishing;environment: pypifor optional manual approval.pipx install rm-validateprimary + PyPI/CI/license badges.[0.1.1].Evidence
python -m build→ sdist+wheel;twine check dist/*PASSED; clean-venv wheel install →rm-validate --version= 0.1.1; 58 tests green;rm_validate/untouched.release.ymlhas zerosecrets.PYPI_*(OIDCid-token: writeonly).Human step still required (only the Director can)
Create the PyPI pending publisher: pypi.org → Publishing → owner
edarm92-arch, reporm-tooling, workflowrelease.yml, environmentpypi. Then re-tagv0.1.1on this merged commit to trigger the first publish.🤖 Generated with Claude Code