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
Hi. Firstly sorry for the late reply, apparently I'm not yet getting email notifications on new issues.
Running poetry build from repo/B is expected to invoke the plugin, so thanks for reporting.
To diagnose the issue, let's verify a few things first:
Could you ensure that the plugin is installed for the poetry you're invoking:
poetry self show plugins
get more debug output:
poetry build -vvv
The first few lines should be similar to:
Loading configuration file ...
Using virtualenv: ...
Replacing path dependencies with named dependencies.
Building project_name (1.2.3)
- Building sdist
Hello,
Thanks for the reply and great to hear you are planning to maintain this further !
I am moving the discussion here from this issue.
Here is a minimal example to reproduce. Basically, doing an export or build in folder B doesn't change anything, no errors.
Structure
root pyproject.toml
project A pyproject.toml
project B pyproject.toml
I hope this is useful :)
The text was updated successfully, but these errors were encountered: