mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 16:42:42 +01:00
Revert "Fix dynamic versioning plugin not correctly installed in workflow (#6094)"
This reverts commitdc9b498ee8, reversing changes made to77842b72d7.
This commit is contained in:
parent
af022683fe
commit
efe1a67e84
2 changed files with 2 additions and 3 deletions
|
|
@ -20,8 +20,6 @@ Bug fixes:
|
||||||
|
|
||||||
For packagers:
|
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
|
- Fixed issue with legacy metadata plugins not copying properties from the base
|
||||||
class.
|
class.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -158,6 +158,7 @@ web = ["flask", "flask-cors"]
|
||||||
[tool.poetry.scripts]
|
[tool.poetry.scripts]
|
||||||
beet = "beets.ui:main"
|
beet = "beets.ui:main"
|
||||||
|
|
||||||
|
|
||||||
[tool.poetry-dynamic-versioning]
|
[tool.poetry-dynamic-versioning]
|
||||||
enable = true
|
enable = true
|
||||||
vcs = "git"
|
vcs = "git"
|
||||||
|
|
@ -172,7 +173,7 @@ build-backend = "poetry_dynamic_versioning.backend"
|
||||||
|
|
||||||
[tool.pipx-install]
|
[tool.pipx-install]
|
||||||
poethepoet = ">=0.26"
|
poethepoet = ">=0.26"
|
||||||
poetry = { version = ">=1.8,<2", inject = {"poetry-dynamic-versioning[plugin]" = ">=1.9.1" }}
|
poetry = ">=1.8,<2"
|
||||||
|
|
||||||
[tool.poe.tasks.build]
|
[tool.poe.tasks.build]
|
||||||
help = "Build the package"
|
help = "Build the package"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue