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
[tool.poetry]
name = "rtbrick-opsd"
stripped the rest
Issue
if we do a poetry build
on poetry version 1.1.4 we got somewhat: rtbrick-opsd-<version>.tar.gz
but
on poetry version 1.2.2 we get somewhat: rtbrick_opsd-<version>.tar.gz
so the hyphens are replaced by underscores.
The text was updated successfully, but these errors were encountered:
Issue
if we do a
poetry build
on poetry version 1.1.4 we got somewhat:
rtbrick-opsd-<version>.tar.gz
but
on poetry version 1.2.2 we get somewhat:
rtbrick_opsd-<version>.tar.gz
so the hyphens are replaced by underscores.
The text was updated successfully, but these errors were encountered: