Skip to content

Commit

Permalink
Update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims committed Aug 21, 2023
1 parent 96b5a23 commit 72a71b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
pipx ensurepath
pipx install poetry==1.4.2
poetry config virtualenvs.in-project true
poetry self add "poetry-dynamic-versioning[plugin]"
poetry install --with dev
- name: Run tests
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
pip install --user pipx
pipx ensurepath
pipx install poetry==1.4.2
poetry self add "poetry-dynamic-versioning[plugin]"
poetry config virtualenvs.in-project true
poetry install --with dev
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["poetry-core", "poetry-dynamic-versioning"]
requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning>=1.0.0,<2.0.0"]
build-backend = "poetry_dynamic_versioning.backend"

[tool.poetry]
Expand Down

0 comments on commit 72a71b0

Please sign in to comment.