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