We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e756de commit 8dd7ca7Copy full SHA for 8dd7ca7
src/compas_invocations2/grasshopper.py
@@ -174,7 +174,9 @@ def yakerize(
174
os.rename(taget_file, new_filename)
175
176
177
-@invoke.task(help={"yak_file": "Path to the .yak file to publish.", "test_server": "True to publish to the test server."})
+@invoke.task(
178
+ help={"yak_file": "Path to the .yak file to publish.", "test_server": "True to publish to the test server."}
179
+)
180
def publish_yak(ctx, yak_file: str, test_server: bool = False):
181
"""Publish a YAK package to the YAK server."""
182
0 commit comments