Skip to content

Commit be9a15e

Browse files
committed
install hatchling separately
1 parent ab94109 commit be9a15e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/claim-pypi-name.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
with:
2525
python-version: 3.11
2626

27-
- name: Install Build
28-
run: pip install -U build[virtualenv]
27+
- name: Install Build Deps
28+
run: pip install -U build[virtualenv] hatchling
2929

3030
- name: Build Packages
3131
run: |

0 commit comments

Comments
 (0)