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