Skip to content

Commit

Permalink
fix super old reference to poetry-dynamic-versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianPugh committed Sep 21, 2023
1 parent 8174d3a commit 2e2303f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}
ignore_dev_requirements: "yes"
plugins: "poetry-dynamic-versioning-plugin"
plugins: "poetry-dynamic-versioning[plugin]"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning>=0.21.5"]
requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning>=1.0.1"]
build-backend = "poetry_dynamic_versioning.backend"

[tool.poetry-dynamic-versioning]
Expand Down

0 comments on commit 2e2303f

Please sign in to comment.