Commit 9cecf63
ci(publish): gate PyPI release on test matrix passing
Previously publish.yml fired directly on release:published with zero
test dependency — a broken SDK could reach PyPI and only be recovered
by publishing a new version (PyPI versions are immutable).
Add a `test` job mirroring test.yml's Python 3.10-3.13 matrix, and
make `publish` needs: test. Same coverage a push/PR gets is now
required before bits hit PyPI.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent f7a2e9e commit 9cecf63
1 file changed
Lines changed: 26 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
8 | 33 | | |
| 34 | + | |
9 | 35 | | |
10 | 36 | | |
11 | 37 | | |
| |||
0 commit comments