Skip to content

Commit

Permalink
fix(build): enable poetry-dynamic-versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
DeadNews committed May 7, 2023
1 parent 4741330 commit 5007861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ mypy = "mypy ."
ci.sequence = ["ruff", "black", "mypy"]

[tool.poetry-dynamic-versioning]
enable = false
enable = true
vcs = "git"
style = "semver"

Expand Down

0 comments on commit 5007861

Please sign in to comment.