============================= Compile and Update a Workflow ============================= There are a few options to publish your Workflow: 1. Directly in Codespaces. Click :guilabel:`Publish Workflow` directly in the window: .. video:: _static/quick_publish_workflow.mp4 :autoplay: :muted: :loop: 2. In your Dev Container, open the Artificial Workflow Authoring Extension, and, in the Workflow Publishing Pane, click the icon next to the Workflow to publish it. .. video:: _static/publish_hello_workflow.mp4 :autoplay: :muted: :loop: 3. Manually publish from your Dev Container terminal by running the below:: $ wfgen workflow/hello_workflow.py $ wf publish workflow/hello_workflow.py.bin