release: prepare tag-derived package publishing pipeline#189
Merged
liujuanjuan1984 merged 2 commits intomainfrom Mar 17, 2026
Merged
release: prepare tag-derived package publishing pipeline#189liujuanjuan1984 merged 2 commits intomainfrom
liujuanjuan1984 merged 2 commits intomainfrom
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.
变更概览
本 PR 聚焦发布准备,先把 tag 派生版本、包构建与发布流水线打通,并补齐发布前的 wheel 安装 smoke test。
当前范围是“为正式发布做准备”,不是
#178/#188的最终收口,因此本 PR 只做关联,不在这里关闭 issue。按模块说明
1. 打包与版本元数据
pyproject.toml中补齐标准build-systemsetuptools-scm,让包版本从vX.Y.Ztag 动态派生a2a_version默认跟随已安装包版本2. 发布流水线
Publishworkflow3. CI 与 smoke test
scripts/smoke_test_built_cli.shuv tool install-> 启动 CLI -> 访问/health”这条最小可安装路径4. 测试与验证
已在本地完成:
uv run pre-commit run --all-filesuv run pytestuv build --no-sourcesbash ./scripts/smoke_test_built_cli.sh相关提交
dc07925[ops] adopt tag-derived release tooling #178 #1881de78a5ci: validate built wheel install path before publish #178 #188与 issue 的关系
说明:
#178中 bootstrap/default trust entry 的全面收口#188中 README/用户安装入口/发布后使用路径的全部文档收口Closes #178/Closes #188