release.py: print the publish command unindented, on its own line

This commit is contained in:
2026-09-18 01:35:09 +00:00
parent c4360df110
commit 66c2a9bf07
+1 -1
View File
@@ -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__":