We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 337437d commit 4bb8596Copy full SHA for 4bb8596
release.py
@@ -22,7 +22,6 @@ def cli():
22
23
24
@cli.command()
25
-@click.argument("version")
26
def release() -> None:
27
base_dir = pathlib.Path(__file__).parent
28
with (base_dir / "pyproject.toml").open("rb") as f:
0 commit comments