From 2abb9e3ce415c764ebdf7a1a47e1c110249b1a8c Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Mon, 22 Jan 2024 20:51:02 -0600 Subject: [PATCH] fix the release script (#10233) we removed version as an arg, but didn't remove it from the click decorator --- release.py | 1 - 1 file changed, 1 deletion(-) diff --git a/release.py b/release.py index 4abac1a2ed3e..78b894fe1d44 100644 --- a/release.py +++ b/release.py @@ -22,7 +22,6 @@ def cli(): @cli.command() -@click.argument("version") def release() -> None: base_dir = pathlib.Path(__file__).parent with (base_dir / "pyproject.toml").open("rb") as f: