The problem
Running PSR via the Github action, on a project using Poetry, and the release failed because PSR removed some fields which are required by Poetry: name and description.
Here is the commit from PSR, it removed most of the pyptoject.toml content.
Expected behavior
Package is released without errors. It was working 27 days ago at least (last release).
Additional context
Even more confusing, the only release of PSR we had in the meantime is 7.15.4 which seems like a pretty trivial change.
The problem
Running PSR via the Github action, on a project using Poetry, and the release failed because PSR removed some fields which are required by Poetry: name and description.
Here is the commit from PSR, it removed most of the
pyptoject.tomlcontent.Expected behavior
Package is released without errors. It was working 27 days ago at least (last release).
Additional context
Even more confusing, the only release of PSR we had in the meantime is 7.15.4 which seems like a pretty trivial change.