Skip to content

Commit

Permalink
Bump abatilo/actions-poetry from 2 to 3 (#5430)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: e594419ab419f1525e820b807a66a522d6d7afb0
  • Loading branch information
dependabot[bot] authored and Manul from Pathway committed Jan 15, 2024
1 parent bdf8a9b commit 3783ffe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v4

- name: Install poetry
uses: abatilo/actions-poetry@v2
uses: abatilo/actions-poetry@v3

- name: Build package
run: poetry build
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
uses: actions/checkout@v4

- name: Install poetry
uses: abatilo/actions-poetry@v2
uses: abatilo/actions-poetry@v3

- name: create dir for wheels
run: |
Expand Down

0 comments on commit 3783ffe

Please sign in to comment.