chore(infra): remove noisy annotation (#38063)

This commit is contained in:
Mason Daugherty
2026-06-11 03:50:21 -04:00
committed by GitHub
parent f5ef8cb8d2
commit 76c32db9b3

View File

@@ -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")