diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 15fa438..31cb9dd 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -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]" diff --git a/pyproject.toml b/pyproject.toml index 5266307..1b13fa6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]