Skip to content

Commit aad7e53

Browse files
leliaclaude
andcommitted
Trim release-specific details from verify step comment
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Signed-off-by: lelia <2418071+lelia@users.noreply.github.com>
1 parent 0be8234 commit aad7e53

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff 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 \

0 commit comments

Comments
 (0)