PR broke my distribution pipeline #2146
-
PR 2125 "fixes" issues with duplicate files in Python wheels. Except it also seems to break sdist. I have a workspace project organized like:
I've tried just about every combination I can think of, but I keep getting
despite the hastily spell-checked error message, I've tried every combination I can think of for README paths. The issue is that the only one that works is where I remove the Edit:
If this is the case, I would expect the following behavior: Remove readme field from project/py-project/Cargo.toml, include it in pyproject.toml, everything works okay. However, I still get the error that the readme was added from the root directory, even though I mention it exactly nowhere in the py-project directory. This is clearly not the expected behavior as far as I'm concerned. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Could you share a minimal reproducible example? I tried reproducing your description but did not get your error: https://github.com/konstin/pyo3-2146 |
Beta Was this translation helpful? Give feedback.
Could you share a minimal reproducible example? I tried reproducing your description but did not get your error: https://github.com/konstin/pyo3-2146