Skip to content

Commit 4ecf257

Browse files
committed
chore(release): remove unused command options
1 parent 5f65b41 commit 4ecf257

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

scripts/release.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,7 @@ def update_version() -> str:
6767
new_version = f"{new_version}.{patch}"
6868

6969
# Update the version.
70-
subprocess.check_call(
71-
["uv", "version", "--no-sync", "--output-format", "json", new_version]
72-
)
70+
subprocess.check_call(["uv", "version", "--no-sync", new_version])
7371
return new_version
7472

7573

0 commit comments

Comments
 (0)