Skip to contents

Python Wheel Task

Usage

python_wheel_task(package_name, entry_point = NULL, parameters = list())

Arguments

package_name

Name of the package to execute.

entry_point

Named entry point to use, if it does not exist in the metadata of the package it executes the function from the package directly using $packageName.$entryPoint().

parameters

Command-line parameters passed to python wheel task.