We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bafdf7 commit 8eaa913Copy full SHA for 8eaa913
scripts/release.py
@@ -87,8 +87,8 @@ def fail_and_revert(msg):
87
fail_and_revert("Failed to push")
88
89
# 1. build the package via uv
90
-print("uv build -c")
91
-if subprocess.run(["uv", "build", "-c"]).returncode != 0:
+print("uv build")
+if subprocess.run(["uv", "build"]).returncode != 0:
92
fail_and_revert("Failed to build the package")
93
94
# 2. create a new release
0 commit comments