Back to Moon

Base

website/docs/__partials__/create-task/python/base.mdx

2.2.4310 B
Original Source
yaml
language: 'python'

tasks:
  build:
    command: 'python'

:::caution

Python doesn't have a concept of building like compiled languages, so these examples will reference project building.

:::