paths property

List<String>? paths
getter/setter pair

Path globs used to match files in the build's workspace.

For Python/ Twine, this is usually dist / * , and sometimes additionally an .asc file.

Implementation

core.List<core.String>? paths;