ci: consolidate release publishing flow#1752
Merged
cpcloud merged 2 commits intoNVIDIA:mainfrom Mar 12, 2026
Merged
Conversation
Contributor
|
Auto-sync is disabled for ready for review pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
Contributor
Author
|
/ok to test |
This comment has been minimized.
This comment has been minimized.
Run the release workflow through TestPyPI and PyPI in one pass so release managers do not need to rerun it with a destination selector. Update the release docs to match the streamlined flow. Made-with: Cursor
Keep the consolidated release flow aligned with upstream's automatic run lookup after the rebase so the workflow inputs and release docs stay consistent. Made-with: Cursor
4078fb5 to
27dc68d
Compare
Contributor
Author
|
/ok to test |
rparolin
reviewed
Mar 12, 2026
| id-token: write | ||
| steps: | ||
| - name: Checkout Source | ||
| uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 |
Collaborator
There was a problem hiding this comment.
Consider: Hoisting all the explicit SHA to the top and give them a variable name. So all tunables can be changed in a single place.
Contributor
Author
There was a problem hiding this comment.
That'd be nice, except there's still repetition across files.
Also, I don't think it matters because dependabot is updating these automatically for us. It handles repetition with aplomb.
rparolin
approved these changes
Mar 12, 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
CI: Releaserelease.yml