Commit eb01f62
ci(release): link agentex-client and agentex-sdk versions
The agentex-sdk wheel ships src/agentex/lib/**, but release-please
attributes those changes to agentex-client (path `.`), not agentex-sdk
(path adk/), so lib-only release windows never bump the SDK. Its rebuilt
wheel then collides with the immutable PyPI artifact at the unchanged
version (e.g. #426 / agentex-client-v0.16.1, where agentex-sdk stayed
0.15.0).
Add the linked-versions plugin so both components share one version and
bump together — matching the existing lockstep / floor-only-pin design.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 578df06 commit eb01f62
1 file changed
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
13 | 23 | | |
14 | 24 | | |
15 | 25 | | |
| |||
0 commit comments