Skip to content

Commit

Permalink
fix(github-actions): install poetry in the poetry step
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeii committed Jun 5, 2024
1 parent 2fe3df4 commit cc0d81a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Install poetry
run: pipx install poetry

- name: Bump version in pyproject.toml
run: "poetry version ${{ needs.prepare.outputs.new_version }}"

Expand Down

0 comments on commit cc0d81a

Please sign in to comment.