File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -61,11 +61,10 @@ jobs:
6161 VERSION : ${{ env.VERSION }}
6262 run : |
6363 # The first lookup can race PyPI's Simple-index propagation, and a delayed
64- # CDN purge can leave the index stale for 10+ minutes after a successful
65- # upload (socketdev 3.4.2 and socketsecurity 2.5.9 both hit this on
66- # 2026-08-05). pip caches HTTP responses by default, so without
67- # --no-cache-dir every retry can reuse that initial stale response instead
68- # of checking whether the release has appeared. Budget: 30 minutes.
64+ # CDN purge can leave the index stale well after a successful upload.
65+ # pip caches HTTP responses by default, so without --no-cache-dir every
66+ # retry can reuse that initial stale response instead of checking whether
67+ # the release has appeared. Budget: 30 minutes.
6968 MAX_ATTEMPTS=60
7069 for i in $(seq 1 "$MAX_ATTEMPTS"); do
7170 if python -m pip install \
You can’t perform that action at this time.
0 commit comments