From b1053aa7a70b60fad23df935c9cece29e5ecd95a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 14 Jul 2026 03:19:26 +0000 Subject: [PATCH] Polish nightly test.PyPI workflow comment per review --- .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 c5fb1ebbf5..1c11a973bc 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -917,7 +917,7 @@ jobs: - name: Exclude macOS wheels unsupported by test.PyPI run: | - # test.PyPI rejects current macOS wheel tags (for example macosx_13_3_*). + # test.PyPI rejects current macOS wheel tags such as macosx_13_3_*. # Keep publishing sdist + Linux/Windows wheels so this validation job remains useful. rm -f dist/*-macosx_*.whl ls -l dist