UNPKG

@aws-cdk-testing/cli-integ

Version:

Integration tests for the AWS CDK CLI

5 lines (4 loc) 302 B
import type { LoginInformation } from './codeartifact'; import type { UsageDir } from './usage-dir'; export declare function pypiLogin(login: LoginInformation, usageDir: UsageDir): Promise<void>; export declare function uploadPythonPackages(packages: string[], login: LoginInformation): Promise<void>;