Commit 4c1e449
Connor Byrne
fix(cicd): harden the guard against upstream and branch failures
Validate PyPI's payload instead of asserting its shape, so a changed or error
response gives a clear diagnostic rather than an opaque TypeError.
A missing or renamed branch no longer aborts the run before the other consumed
line is evaluated, and main()'s failures set the exit code explicitly rather
than relying on unhandled-rejection behaviour.1 parent 7b1ad9b commit 4c1e449
1 file changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
253 | 254 | | |
254 | 255 | | |
255 | 256 | | |
256 | | - | |
| 257 | + | |
257 | 258 | | |
258 | | - | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
259 | 263 | | |
0 commit comments