Package io.github.cdklabs.projen.release
Interface JsiiReleasePyPi
-
- All Superinterfaces:
CommonPublishOptions,software.amazon.jsii.JsiiSerializable,PyPiPublishOptions
- All Known Implementing Classes:
JsiiReleasePyPi.Jsii$Proxy
@Generated(value="jsii-pacmak/1.96.0 (build 921e240)", date="2024-03-28T21:16:43.252Z") @Stability(Deprecated) @Deprecated public interface JsiiReleasePyPi extends software.amazon.jsii.JsiiSerializable, PyPiPublishOptions
Deprecated.UsePyPiPublishOptionsinstead.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classJsiiReleasePyPi.BuilderDeprecated.static classJsiiReleasePyPi.Jsii$ProxyDeprecated.
-
Method Summary
All Methods Static Methods Deprecated Methods Modifier and Type Method Description static JsiiReleasePyPi.Builderbuilder()Deprecated.-
Methods inherited from interface io.github.cdklabs.projen.release.CommonPublishOptions
getPostPublishSteps, getPrePublishSteps, getPublishTools
-
Methods inherited from interface io.github.cdklabs.projen.release.PyPiPublishOptions
getCodeArtifactOptions, getTwinePasswordSecret, getTwineRegistryUrl, getTwineUsernameSecret
-
-
-
-
Method Detail
-
builder
@Stability(Deprecated) @Deprecated static JsiiReleasePyPi.Builder builder()
Deprecated.- Returns:
- a
JsiiReleasePyPi.BuilderofJsiiReleasePyPi
-
-