From 3df60813cd5711781041ce5e64e8749b06b522e0 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 14 Jul 2026 14:58:10 +0000 Subject: [PATCH] Nightly: clarify TestPyPI tag rewrite comment --- .github/workflows/nightly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index ed54f26cd2..ec66c0b46b 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -917,7 +917,7 @@ jobs: - name: Rewrite macOS wheel tags unsupported by test.PyPI run: | - # test.PyPI rejects current macOS wheel tags such as macosx_13_3_*. + # TestPyPI rejects current macOS wheel tags such as macosx_13_3_*. # Rewrite only the unsupported 13_3 tag to 13 for upload validation. for whl in dist/*-macosx_13_3_*.whl; do [ -e "$whl" ] || continue