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
With the changes in pypa/pyproject-hooks#83 high-level interfaces from the pep517 library has now moved into an "example". This means that we can lo longer rely on these. We need to allow for these to work from within poetry for managed projects. This could allow us to replace the current subprocess call to execute the build.
Alternatively, an initial solution might to be rely on simplified scripts to emulate existing use case.
The text was updated successfully, but these errors were encountered:
With the changes in pypa/pyproject-hooks#83 high-level interfaces from the
pep517
library has now moved into an "example". This means that we can lo longer rely on these. We need to allow for these to work from withinpoetry
for managed projects. This could allow us to replace the current subprocess call to execute the build.Alternatively, an initial solution might to be rely on simplified scripts to emulate existing use case.
The text was updated successfully, but these errors were encountered: