paths

@JvmName(name = "anditjakrpfhyydf")
suspend fun paths(value: Output<List<String>>)
@JvmName(name = "uqpogwseihvbjjcl")
suspend fun paths(value: List<String>?)

Parameters

value

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


@JvmName(name = "khknxlahnwttvkpf")
suspend fun paths(vararg values: Output<String>)


@JvmName(name = "cihglnwnrfkrovli")
suspend fun paths(values: List<Output<String>>)
@JvmName(name = "mqxlnlwgfumwyflp")
suspend fun paths(vararg values: String)

Parameters

values

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