UNPKG

semantic-release-pypi

Version:

semantic-release plugin to publish a python package to PyPI

5 lines (4 loc) 282 B
import { Context } from './@types/semantic-release/index.js'; export declare function getTrustedPublisher(): 'github' | 'gitlab' | null; export declare function isTrustedPublisher(): boolean; export declare function getAPIToken(context: Context, repoUrl?: string): Promise<string>;