GoogleApi.CloudBuild.V1.Model.PythonPackage (google_api_cloud_build v0.54.0)
View SourcePython package to upload to Artifact Registry upon successful completion of all build steps. A package can encapsulate multiple objects to be uploaded to a single repository.
Attributes
-
paths(type:list(String.t), default:nil) - Path globs used to match files in the build's workspace. For Python/ Twine, this is usuallydist/*, and sometimes additionally an.ascfile. -
repository(type:String.t, default:nil) - Artifact Registry repository, in the form "https://$REGION-python.pkg.dev/$PROJECT/$REPOSITORY" Files in the workspace matching any path pattern will be uploaded to Artifact Registry with this location as a prefix.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.