Skip to content

Commit

Permalink
fix: update poetry (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkirchberger committed Dec 11, 2023
1 parent 737be8a commit ac53ded
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-dockerhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install Python Poetry
uses: abatilo/actions-poetry@v2.3.0
with:
poetry-version: 1.6.1
poetry-version: 1.7.1
- name: Configure poetry
shell: bash
run: python -m poetry config virtualenvs.in-project true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install Python Poetry
uses: abatilo/actions-poetry@v2.3.0
with:
poetry-version: 1.6.1
poetry-version: 1.7.1
- name: Configure poetry
shell: bash
run: python -m poetry config virtualenvs.in-project true
Expand Down

0 comments on commit ac53ded

Please sign in to comment.