Revert "Fix dynamic versioning plugin not correctly installed in workflow (#6094)"

This reverts commit dc9b498ee8, reversing
changes made to 77842b72d7.
This commit is contained in:
Šarūnas Nejus 2025-10-14 23:38:01 +01:00
parent af022683fe
commit efe1a67e84
No known key found for this signature in database
2 changed files with 2 additions and 3 deletions

View file

@ -20,8 +20,6 @@ Bug fixes:
For packagers:
- Fixed dynamic versioning install not disabled for source distribution builds.
:bug:`6089`
- Fixed issue with legacy metadata plugins not copying properties from the base
class.

View file

@ -158,6 +158,7 @@ web = ["flask", "flask-cors"]
[tool.poetry.scripts]
beet = "beets.ui:main"
[tool.poetry-dynamic-versioning]
enable = true
vcs = "git"
@ -172,7 +173,7 @@ build-backend = "poetry_dynamic_versioning.backend"
[tool.pipx-install]
poethepoet = ">=0.26"
poetry = { version = ">=1.8,<2", inject = {"poetry-dynamic-versioning[plugin]" = ">=1.9.1" }}
poetry = ">=1.8,<2"
[tool.poe.tasks.build]
help = "Build the package"