chore: update rhiza to v1.8.0 - #978
Merged
Merged
Conversation
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.
Syncs template-owned files from
jebel-quant/rhiza,v1.7.2→v1.8.0.What changed
11 files, template-owned only:
.github/workflows/rhiza_release.yml(+88/-4) — the substantive change. v1.8.0teaches the release workflow about dynamic versions: a
dynamic/writtenprobe nowguards the
uv version --shortstep (which exits 2 on a dynamic project), and a new"Verify built distribution matches the tag" step parses the
dist/*.whlanddist/*.tar.gzfilenames. That second check runs for written versions too, so it isa strict gain today.
Makefile—rhiza-task@1.5.0→rhiza-task@1.7.0..pre-commit-config.yaml— hook bumps (ruffv0.16.5→v0.16.6, markdownlintv0.49.0→v0.49.1, uv-pre-commit0.12.9→0.12.10).rhiza_*.ymlstubs — reusable-workflow refs@v1.7.2→@v1.8.0..rhiza/template.yml+.rhiza/template.lock— the ref bump and new lock SHA.Why now
This is the prerequisite for moving
jquantstatsto git-tag-derived versioning(
dynamic = ["version"]+ hatch-vcs), which lands in follow-up PRs. Going dynamic onthe v1.7.2 workflow would fail the tag check after the tag is already pushed, and
would lose the guard against hatch-vcs silently building
0.1.dev1+g<sha>andpublishing it green.
Nothing in this PR changes release behaviour while the version is still written.
Notes
rhiza_release.yml(
checkout@v6.1.0,setup-python@v6.3.0,attest@v4.2.2,attest-build-provenance@v4.2.2) were verified intact after the merge — upstreamstill carries older pins, and the 3-way merge preserved ours.
/rhiza:qualityfor a scorecard.