Collect tasks, execute them, and report the results.
pytask build [OPTIONS] [PATHS]pytask without a subcommand runs build by default.
# Run the project in the current directory.
pytask build
# Select tasks by expression.
pytask build -k random_data
# Show what would run without executing tasks.
pytask build --dry-run--8<-- "docs/source/_static/md/commands/build-arguments.md"
--8<-- "docs/source/_static/md/commands/build-options.md"