pythonPackages property

List<UploadedPythonPackage>? pythonPackages
getter/setter pair

Python artifacts uploaded to Artifact Registry at the end of the build.

Implementation

core.List<UploadedPythonPackage>? pythonPackages;