chore: update rhiza to v0.17.0#780
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR bumps the Rhiza template from v0.15.2 to v0.17.0 and runs make sync to apply upstream changes. The most significant downstream effects are: (1) Rhiza reusable-workflow stubs are repointed to v0.16.0, (2) the rhiza_release.yml stub is expanded into a full in-repo release pipeline (required so PyPI Trusted Publishing OIDC sees this repo as the publisher), and (3) the serve Makefile target now uses uv run python instead of python3, with a corresponding new test.
Changes:
- Bump
template.yml/template.locktov0.17.0and.rhiza-versionto0.16.1; update allrhiza_*.ymlworkflow stubs to@v0.16.0. - Replace the
rhiza_release.ymlstub with a full inline release pipeline (tag/build/draft/changelog/pypi/devcontainer/finalise jobs) including aworkflow_calltrigger. - Switch
make servetouv run python -m http.serverand add an API test asserting the rendered command.
Reviewed changes
Copilot reviewed 10 out of 11 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| .rhiza/template.yml | Bumps template ref to v0.17.0. |
| .rhiza/template.lock | Updates sha/ref/synced_at to match new template version. |
| .rhiza/make.d/book.mk | serve target now uses ${UV_BIN} run python -m http.server and quotes $(BOOK_OUTPUT). |
| .rhiza/tests/api/test_makefile_targets.py | Adds dry-run test verifying serve uses uv run python -m http.server 8000. |
| .github/workflows/rhiza_ci.yml | Repoints reusable CI workflow to @v0.16.0. |
| .github/workflows/rhiza_book.yml | Repoints reusable book workflow to @v0.16.0. |
| .github/workflows/rhiza_marimo.yml | Repoints reusable marimo workflow to @v0.16.0. |
| .github/workflows/rhiza_codeql.yml | Repoints reusable CodeQL workflow to @v0.16.0. |
| .github/workflows/rhiza_sync.yml | Repoints reusable sync workflow to @v0.16.0. |
| .github/workflows/rhiza_weekly.yml | Repoints reusable weekly workflow to @v0.16.0. |
| .github/workflows/rhiza_release.yml | Replaces stub with full inline release pipeline (tag/build/SBOM/draft/changelog/pypi/devcontainer/finalise) and adds workflow_call trigger; documents why a stub is not usable for PyPI OIDC. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
rhiza v0.17.0 replaced the stub release workflow with a full inline workflow; the validation test still expected the old single-job stub. Co-Authored-By: Claude Sonnet 4.6 <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.
Summary
template-branchtov0.17.0in.rhiza/template.yml.rhiza/.rhiza-versionto0.16.1make syncto apply upstream template changes