Skip to content

Commit a38ab25

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 24b73fe commit a38ab25

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
@@ -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 \

0 commit comments

Comments
 (0)