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
I think the optimal solution here would be to detect local dependencies, actually copy them to the archive and rewrite Cargo.toml for the affected crate, but I'm not sure how reasonable that is.
I have a rust crate in a workspace with a local dependency. Basically I have
And my
project_python
depends onproject_core
inCargo.toml
like this:When I call
python -m build -s
I see the following in my logs:and
This leads to
project-core
ending up next todist
The text was updated successfully, but these errors were encountered: