docs: 补充 PyPI 发布步骤到 CLAUDE.md#6
Merged
Merged
Conversation
记录 Trusted Publishing(OIDC) 发布流程:release.yml 由 v* tag 触发、 一次性 PyPI trusted publisher 配置、bump 版本→打 tag→监控→验证的步骤、 版本不可变约束,以及 web/dist force-include 打包要点与本地构建校验命令。
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.
在 CLAUDE.md 新增 Releasing (PyPI) 章节(位于 Git Workflow 之后),记录:
release.yml由v*tag 触发,免存 tokenpyproject.tomlversion → 合并 main → 打 tag 推送 →gh run watch监控 → curl 验证上线web/dist被 gitignore,wheel 与 sdist 均force-include;本地npm run build+python -m build+twine check校验纯文档改动。
🤖 Generated with Claude Code