Skip to content

Commit 35a0fef

Browse files
committed
Updated publish workflow.
1 parent f7133bb commit 35a0fef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install dependencies
2222
run: |
2323
python -m pip install --upgrade pip
24-
pip install hatch
24+
pip install hatch hatchling
2525
- name: Build package
2626
run: hatch build
2727
- name: Publish package

0 commit comments

Comments
 (0)