Skip to content

Commit

Permalink
chore: Install hatch in release job
Browse files Browse the repository at this point in the history
  • Loading branch information
fkapsahili committed May 26, 2024
1 parent 34876b9 commit ea67deb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ jobs:
changelog: 'false'
prerelease: 'false'

- name: Install hatch
run: |
python -m pip install hatch
- name: Update Version with Hatch
if: steps.release.outputs.released == 'true'
run: |
Expand Down

0 comments on commit ea67deb

Please sign in to comment.