ci: harden publish release recovery#361
Merged
liujuanjuan1984 merged 3 commits intomainfrom Mar 31, 2026
Merged
Conversation
Collaborator
Author
|
本次针对 PR 代码与 issue 关系的自审结论如下。
结论:当前 PR 没有发现需要阻塞合并的问题,能够较稳健地实现 |
Collaborator
Author
|
补充一条后续自审结论:之前的实现虽然提供了 这个问题现在已经修正:
修正后,我对 PR 的结论仍然是:没有阻断性问题,且与 |
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
Workflow
Publish的workflow_dispatch增加显式输入:release_tag、publish_to_pypi、sync_github_releaseworkflow_dispatch.publish_to_pypi默认值设为false,让手工补偿默认走“只修复 GitHub Release、不重复发布 PyPI”的安全路径Docs
CONTRIBUTING.md增补 maintainer 侧恢复说明publish_to_pypi=trueCommits
1ba8280ci: harden publish release recovery (#359)3d72556docs: unwrap release recovery markdown lines3b91a6fci: default manual release repair away from pypiValidation
./scripts/doctor.shIssue