fix: keep release lock metadata consistent#6
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.1.0to the released0.3.0uv.lock, and build once inside the generated release commituv==0.11.29inside the Semantic Release Docker action and fail closed with an&&-chained build commanduv sync --locked --extra devso CI cannot silently repair driftmajor_on_zero = falseandallow_zero_version = trueAction 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
122 passed0.3.0; wheel metadata reportsVersion: 0.3.00.3.1, installed uv 0.11.29, built matching artifacts, and committedpyproject.toml=uv.lock=0.3.1&&chain fails rather than continuing to an ambient host uvRelease impact
Merging this
fix:change is expected to cut0.3.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 correctness for a launch-adjacent package. Action pinning is supply-chain hardening included in the same narrow release-path change.