Skip to content

Commit 27e2fd3

Browse files
authored
Fix build issue with latest poetry-dynamic-versioning (#561)
2 parents 5206762 + 00560f7 commit 27e2fd3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
pipx install poetry==1.4.2
3737
poetry config virtualenvs.in-project true
3838
poetry install --with dev
39-
poetry self add "poetry-dynamic-versioning[plugin]"
39+
poetry self add "poetry-dynamic-versioning[plugin]==1.1.1"
4040
4141
- name: Build release
4242
run: |

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
pipx install poetry==1.4.2
7070
poetry config virtualenvs.in-project true
7171
poetry install --with dev
72-
poetry self add "poetry-dynamic-versioning[plugin]"
72+
poetry self add "poetry-dynamic-versioning[plugin]==1.1.1"
7373
7474
- name: Run tests
7575
if: ${{ matrix.python-version != '3.7' }}

0 commit comments

Comments
 (0)