Skip to content

Commit ea67deb

Browse files
committed
chore: Install hatch in release job
1 parent 34876b9 commit ea67deb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ jobs:
5959
changelog: 'false'
6060
prerelease: 'false'
6161

62+
- name: Install hatch
63+
run: |
64+
python -m pip install hatch
65+
6266
- name: Update Version with Hatch
6367
if: steps.release.outputs.released == 'true'
6468
run: |

0 commit comments

Comments
 (0)