Skip to content

Commit

Permalink
Install hatch for release job
Browse files Browse the repository at this point in the history
  • Loading branch information
moble committed Sep 30, 2024
1 parent bc2879f commit c4defb2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,10 @@ jobs:
with:
python-version: '3.12'

- name: Install Hatch
shell: bash
run: python -m pip install --disable-pip-version-check --upgrade hatch

- name: Update versions
shell: bash
run: |
Expand Down

0 comments on commit c4defb2

Please sign in to comment.