Skip to content

Commit

Permalink
fix the release script (pyca#10233)
Browse files Browse the repository at this point in the history
we removed version as an arg, but didn't remove it from the click decorator
  • Loading branch information
reaperhulk committed Jan 25, 2024
1 parent 337437d commit 2abb9e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion release.py
Expand Up @@ -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:
Expand Down

0 comments on commit 2abb9e3

Please sign in to comment.