From 251ba9ac79608d030d210112d1123c8c8f080b1b Mon Sep 17 00:00:00 2001 From: Victor Kuznetsov Date: Tue, 25 Aug 2026 17:17:17 -0700 Subject: [PATCH] Record the ComfyUI sync PyPI CDN race and its rerun recovery pre-commit: 1) maintain.sh - docs-only change, full gate ran this session with identical code state (exit 1 on the known lightning triage, rest green); 2) /simplify - docs only; 3) docs sync - this is the sync; 4) CLAUDE.md - no change --- docs/release-and-distribution.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/release-and-distribution.md b/docs/release-and-distribution.md index cb66e8c..71cea0f 100644 --- a/docs/release-and-distribution.md +++ b/docs/release-and-distribution.md @@ -135,3 +135,9 @@ version of remove-ai-watermarks==X.Y.Z" even though the simple index already lists it: uv serves its cached pre-release view of the index. Re-run with a fresh cache (`UV_CACHE_DIR=$(mktemp -d)`) before treating it as a release failure. + +The ComfyUI sync run can fail the same way on its own: it resolves the version +from the PyPI JSON API (which updates first) but installs the test dependency +with pip against the simple index, whose CDN edges lag by minutes. Rerun the +failed `distribute.yml` comfyui job once the simple index lists the release; +nothing about the release itself is wrong.