feat(release): publish Python, desktop, and containers together - #57
Merged
Conversation
tulayha
marked this pull request as ready for review
August 3, 2026 11:48
This was referenced Aug 3, 2026
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
mainbuilds to TestPyPI while keeping beta and stable releases on PyPIvalidation/requiredandrelease/candidatemerge gates without path-filter deadlocks or duplicate Release Please buildsWhy
The previous release paths could drift, rebuild the same product independently, or discover packaging failures only after the release PR had merged. The combined flow proves the exact release tree before merge and keeps a failed publication recoverable from the same candidate artifacts.
Release behavior
mainproduces beta releases;releaseproduces stable releases.release/candidateis immediately successful for ordinary PRs and remains pending on Release Please PRs until the complete candidate succeeds..github/release-intro.md; rendered notes preserve Release Please changes and remain idempotent on retries.CI behavior
validation/requiredalways reports on PRs and aggregates only the checks applicable to the centralized scope decision.release/candidate;maintoreleasepromotion does not rebuild already validated main.vidxp-desktoplock entry, and packaging tests verify its version.Validation
uv lock --checkRollout after merge
No repository rules are changed by this PR. After merge, observe these statuses on a refreshed PR and require
validation/required,dependency-review, andrelease/candidateonmain, with branches required to be up to date. Promote the workflow baseline torelease, then apply the same requirements there.