You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: add aggregator checks and wire release publish (#19)
* ci: squash release-please PRs and auto-publish to PyPI
- release-please-config.json: set merge-type to squash
- publish.yml: convert push:tags trigger to workflow_call (with optional
workflow_dispatch ref input) so release-please can chain it
- release-please.yml: add publish job that calls publish.yml when
release_created is true. GITHUB_TOKEN-pushed tags do not trigger
downstream workflows, so chaining is required.
* ci: add aggregator checks and wire release publish
Add stable aggregator jobs (CI, PR Title Lint) for branch protection
required status checks, independent of matrix/job name changes. Run ci
on all PRs. Make publish.yml callable via workflow_call/dispatch with a
ref input, and trigger it from release-please on release creation.
0 commit comments