From 76c32db9b38dfc287c958dc2a914d4834f022c1c Mon Sep 17 00:00:00 2001 From: Mason Daugherty Date: Thu, 11 Jun 2026 03:50:21 -0400 Subject: [PATCH] chore(infra): remove noisy annotation (#38063) --- .github/workflows/_release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/_release.yml b/.github/workflows/_release.yml index 909d0cbd9b2..57abc7eba34 100644 --- a/.github/workflows/_release.yml +++ b/.github/workflows/_release.yml @@ -208,7 +208,6 @@ jobs: print(f"::error::{pkg_name}=={version} already exists on PyPI.") sys.exit(1) - print(f"::notice::{pkg_name}=={version} is not yet on PyPI; proceeding.") with open(os.environ["GITHUB_OUTPUT"], "a") as f: f.write(f"pkg-name={pkg_name}\n")