We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f65b41 commit 4ecf257Copy full SHA for 4ecf257
1 file changed
scripts/release.py
@@ -67,9 +67,7 @@ def update_version() -> str:
67
new_version = f"{new_version}.{patch}"
68
69
# Update the version.
70
- subprocess.check_call(
71
- ["uv", "version", "--no-sync", "--output-format", "json", new_version]
72
- )
+ subprocess.check_call(["uv", "version", "--no-sync", new_version])
73
return new_version
74
75
0 commit comments