fix: keep release lock metadata consistent#267
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.
Summary
0.80.2to the released0.89.0uv sync --locked --extra dev --no-sourcesuv.lock, and build once inside the generated release commituv==0.11.29inside the Semantic Release Docker action and fail closed with an&&-chained build commandmajor_on_zero = falseandallow_zero_version = trueLock delta
uv lock --no-sourceschangeduv.lockby 494 additions and 40 deletions. It added 14 previously missing optional flow/OCR package entries, updated registryopenadapt-typesfrom0.1.0to0.3.0, and synchronized root extra metadata. No existing third-party package version was upgraded other thanopenadapt-types; the resolver retained existing pins where possible.Action boundary
Pinned Semantic Release commit
7b3f716declaresruns.using: docker; its Dockerfile is based onpython:3.13-bookwormand does not install uv. Runnersetup-uvtherefore could not supply the release build. The build command now installs uv inside that container before synchronizing and staging the lock.Evidence
1626 passed, 54 skipped, 17 deselected0.89.0; wheel metadata reportsVersion: 0.89.00.89.1, used uv 0.11.29, built matching artifacts, and committedpyproject.toml=uv.lock=0.89.1&&chain fails rather than continuing to an ambient host uvRelease impact
Merging this
fix:change is expected to cut0.89.1. Simulations used--no-push --no-vcs-release; this PR has not published or merged anything.The lock and in-container build repairs are release/CI correctness for a launch-adjacent package. Action pinning is supply-chain hardening included in the same release-path change.