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
$ poetry build -f wheel
Building projectname (0.1.0)
- Building wheel
- Built projectname-0.1.0-py3-none-any.whl
Poetry 1.2.0b2 (and latest master):
$ poetry build -f wheel
Building projectname (0.1.0)
- Building wheel
- Building wheel
- Built projectname-0.1.0-py3-none-any.whl
- Built projectname-0.1.0-py3-none-any.whl
After some testing I found the behavior changed after commit 50ef227
(Tested in Kubuntu 22.04, Python 3.10.4)
The text was updated successfully, but these errors were encountered:
Probably this line just wants removing: the handler is attached to the root logger ten lines previously and does not need separately to be added to the individual loggers.
Poetry 1.2.0b1:
Poetry 1.2.0b2 (and latest master):
After some testing I found the behavior changed after commit 50ef227
(Tested in Kubuntu 22.04, Python 3.10.4)
The text was updated successfully, but these errors were encountered: