Skip to content

Commit 72a71b0

Browse files
committed
Update release workflow
1 parent 96b5a23 commit 72a71b0

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
pipx ensurepath
6363
pipx install poetry==1.4.2
6464
poetry config virtualenvs.in-project true
65+
poetry self add "poetry-dynamic-versioning[plugin]"
6566
poetry install --with dev
6667
6768
- name: Run tests

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
pip install --user pipx
3232
pipx ensurepath
3333
pipx install poetry==1.4.2
34+
poetry self add "poetry-dynamic-versioning[plugin]"
3435
poetry config virtualenvs.in-project true
3536
poetry install --with dev
3637

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["poetry-core", "poetry-dynamic-versioning"]
2+
requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning>=1.0.0,<2.0.0"]
33
build-backend = "poetry_dynamic_versioning.backend"
44

55
[tool.poetry]

0 commit comments

Comments
 (0)