Refactor python/publish sdist/wheel inputs as filename patterns
This MR implements #4 (closed) by refactoring the component:publish sdist
and wheel
inputs foras filename patterns, rather than booleans.
This MR closes #4 (closed) be replacing the sdist
and wheel
boolean inputs with a single files
string input that specifies all of the patterns to upload.
This should allow users to be highly specific to ensure that other tarballs/wheels don't get accidentally included in the manifest.
Edited by Duncan Macleod