From 2e2303f130191d0254852e8d3de02ba4ec3c9573 Mon Sep 17 00:00:00 2001 From: Brian Pugh Date: Wed, 20 Sep 2023 23:19:11 -0700 Subject: [PATCH] fix super old reference to poetry-dynamic-versioning --- .github/workflows/deploy.yaml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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]