Commit 3ca4d8f
fix(ci): retry PyPI install in verify step to handle indexing delay
PyPI can take 30-90s to index a newly uploaded wheel. The smoke test was
running immediately after publish completed and hitting the window before
indexing finished. Added a retry loop (5 attempts, 30s backoff) matching
the same pattern already used for crates.io.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 34081c3 commit 3ca4d8f
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
242 | | - | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
243 | 247 | | |
0 commit comments