Skip to content

chore: update rhiza to v0.17.0#780

Merged
tschm merged 4 commits into
mainfrom
rhiza_v0.17.0
May 27, 2026
Merged

chore: update rhiza to v0.17.0#780
tschm merged 4 commits into
mainfrom
rhiza_v0.17.0

Conversation

@tschm
Copy link
Copy Markdown
Member

@tschm tschm commented May 27, 2026

Summary

  • Bumps template-branch to v0.17.0 in .rhiza/template.yml
  • Bumps .rhiza/.rhiza-version to 0.16.1
  • Runs make sync to apply upstream template changes

Copilot AI review requested due to automatic review settings May 27, 2026 11:00
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.lock to v0.17.0 and .rhiza-version to 0.16.1; update all rhiza_*.yml workflow stubs to @v0.16.0.
  • Replace the rhiza_release.yml stub with a full inline release pipeline (tag/build/draft/changelog/pypi/devcontainer/finalise jobs) including a workflow_call trigger.
  • Switch make serve to uv run python -m http.server and 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.

tschm and others added 2 commits May 27, 2026 15:10
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>
@tschm tschm merged commit 85bf72d into main May 27, 2026
24 checks passed
@tschm tschm deleted the rhiza_v0.17.0 branch May 27, 2026 12:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants