You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix#3109: default search location for whl artifacts (#3184)
## Changes
When initializing `artifacts.*.files.source` to default
`<Path>/dist/*.whl` we used to (in version 0.254.0 and earlier) first to
initialize path to bundle root then join it with "dist/*.whl". After
#2987 we switched to first
initializing Files.Source then initializing Path, thus breaking some
cases, see #3109
## Tests
New acceptance regression test, reproduces #3109 without this PR
ebffb67
0 commit comments