diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c6df4fff..5450c7a0 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -36,7 +36,7 @@ jobs: pipx install poetry==1.4.2 poetry config virtualenvs.in-project true poetry install --with dev - poetry self add "poetry-dynamic-versioning[plugin]" + poetry self add "poetry-dynamic-versioning[plugin]==1.1.1" - name: Build release run: | diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fdcd08cd..7b3b43f9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -69,7 +69,7 @@ jobs: pipx install poetry==1.4.2 poetry config virtualenvs.in-project true poetry install --with dev - poetry self add "poetry-dynamic-versioning[plugin]" + poetry self add "poetry-dynamic-versioning[plugin]==1.1.1" - name: Run tests if: ${{ matrix.python-version != '3.7' }}