fresh-cat-90827
10/25/2022, 2:55 PM2.13.0 from 2.12.0, we cannot any longer produce Python wheels in a multiple top-level projects layout unless we add the "/" to the source root patterns which doesn’t seem to be necessary? Here’s the repo to reproduce. Saw a discussion here but don’t think the reason for this behaviour was discovered.fresh-cat-90827
10/25/2022, 3:48 PM"/" to the source root patterns so that it becomes
[source]
root_patterns = ["/", "/helloworld"]
?