Skip to content

Commit

Permalink
ci(release): add poetry to release action (#155)
Browse files Browse the repository at this point in the history
poetry needs to be installed for semantic release action to run

Signed-off-by: Timothy MacDonald <[email protected]>
  • Loading branch information
tmac1973 committed Feb 6, 2024
1 parent 8968228 commit 626af97
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/python-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
with:
fetch-depth: 0

- name: Install poetry
run: |
pipx install poetry
- name: Python Semantic Major Release
if: ${{ inputs.bump_major == 'true' }}
uses: python-semantic-release/python-semantic-release@master
Expand Down

0 comments on commit 626af97

Please sign in to comment.