Skip to content

Commit

Permalink
Try more current versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kkinder committed Nov 14, 2022
1 parent f4776bb commit f70deb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
python-version: [ 3.9 ]
poetry-version: [ 1.1.2 ]
poetry-version: [ 1.2.2 ]
os: [ ubuntu-latest ]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -19,7 +19,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Run image
uses: abatilo/actions-poetry@v2.0.0
uses: abatilo/actions-poetry@v2
with:
poetry-version: ${{ matrix.poetry-version }}
- name: Publish
Expand Down

0 comments on commit f70deb1

Please sign in to comment.