Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ContaineranalysisGoogleDevtoolsCloudbuildV1ArtifactsPythonPackage

import type { ContaineranalysisGoogleDevtoolsCloudbuildV1ArtifactsPythonPackage } from "https://googleapis.deno.dev/v1/containeranalysis:v1.ts";

Python 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.

interface ContaineranalysisGoogleDevtoolsCloudbuildV1ArtifactsPythonPackage {
paths?: string[];
repository?: string;
}

§Properties

§
paths?: string[]
[src]

Path globs used to match files in the build's workspace. For Python/ Twine, this is usually dist/*, and sometimes additionally an .asc file.

§
repository?: string
[src]

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.