Skip to content

Commit

Permalink
add poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
aakrem committed Feb 18, 2024
1 parent 6dcfb90 commit 8e64dfd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/bump-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ jobs:
with:
python-version: 3.9

- name: Install Poetry
run: |
curl -sSL https://install.python-poetry.org | python3 -
- name: Bump versions
run: |
BUMP_TYPE=${{ inputs.bump-type }}
Expand Down

0 comments on commit 8e64dfd

Please sign in to comment.