fix the release script (#10233) (#10254)

we removed version as an arg, but didn't remove it from the click decorator
This commit is contained in:
Paul Kehrer 2024-01-24 19:45:39 -07:00 committed by GitHub
parent 337437dc2e
commit 4bb8596ae0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: