paths

@JvmName(name = "kyxwlsqxhxorjdgi")
suspend fun paths(value: Output<List<String>>)
@JvmName(name = "bsyjbhaqhshfxvdj")
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 = "tbhbquvcoorurwkb")
suspend fun paths(vararg values: Output<String>)


@JvmName(name = "gdrlfyvysmwmvnsw")
suspend fun paths(values: List<Output<String>>)
@JvmName(name = "biptkmjvvvthoyof")
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. */