release.py: print the publish command unindented, on its own line
This commit is contained in:
+1
-1
@@ -151,7 +151,7 @@ def main() -> None:
|
|||||||
|
|
||||||
print(f"\nBuild completed successfully for version {version}.")
|
print(f"\nBuild completed successfully for version {version}.")
|
||||||
print("To publish, review the artifacts and run:")
|
print("To publish, review the artifacts and run:")
|
||||||
print(" uv publish && cd paskia-js && npm publish")
|
print("\nuv publish && cd paskia-js && npm publish")
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
|||||||
Reference in New Issue
Block a user