Skip to content

Refactor python/publish sdist/wheel inputs as filename patterns

This MR implements #4 (closed) by refactoring the sdist and wheel inputs for component:publish as 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

Merge request reports