Interface PyPiPublishOptions

    • Method Detail

      • getCodeArtifactOptions

        @Stability(Experimental)
        @Nullable
        default CodeArtifactOptions getCodeArtifactOptions()
        (experimental) Options for publishing to AWS CodeArtifact.

        Default: - undefined

      • getTwinePasswordSecret

        @Stability(Experimental)
        @Nullable
        default String getTwinePasswordSecret()
        (experimental) The GitHub secret which contains PyPI password.

        Default: "TWINE_PASSWORD"

      • getTwineRegistryUrl

        @Stability(Experimental)
        @Nullable
        default String getTwineRegistryUrl()
        (experimental) The registry url to use when releasing packages.

        Default: - twine default

      • getTwineUsernameSecret

        @Stability(Experimental)
        @Nullable
        default String getTwineUsernameSecret()
        (experimental) The GitHub secret which contains PyPI user name.

        Default: "TWINE_USERNAME"