Commit 93822ef
committed
Build mcp-types alongside mcp in the publish workflow
After the split, `uv build` only produced the root `mcp` distribution, so
`mcp-types` would never reach PyPI. Build both packages explicitly (not
`--all-packages`, which would also bundle the unpublishable examples/* members).
Both share one git-tag-driven version via uv-dynamic-versioning, like httpx2.1 parent e10061d commit 93822ef
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
31 | 33 | | |
32 | 34 | | |
33 | 35 | | |
| |||
0 commit comments