Skip to content

Commit 4bb8596

Browse files
authored
fix the release script (#10233) (#10254)
we removed version as an arg, but didn't remove it from the click decorator
1 parent 337437d commit 4bb8596

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

release.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ def cli():
2222

2323

2424
@cli.command()
25-
@click.argument("version")
2625
def release() -> None:
2726
base_dir = pathlib.Path(__file__).parent
2827
with (base_dir / "pyproject.toml").open("rb") as f:

0 commit comments

Comments
 (0)