Skip to content

Commit

Permalink
Fix build issue with latest poetry-dynamic-versioning (#561)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjmcgrath authored Dec 4, 2023
2 parents 5206762 + 00560f7 commit 27e2fd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand Down

0 comments on commit 27e2fd3

Please sign in to comment.