pythonPackages property
A list of Python packages to be uploaded to Artifact Registry upon successful completion of all build steps.
The build service account credentials will be used to perform the upload. If any objects fail to be pushed, the build is marked FAILURE.
Implementation
core.List<PythonPackage>? pythonPackages;