We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7133bb commit 35a0fefCopy full SHA for 35a0fef
.github/workflows/python-publish.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Install dependencies
22
run: |
23
python -m pip install --upgrade pip
24
- pip install hatch
+ pip install hatch hatchling
25
- name: Build package
26
run: hatch build
27
- name: Publish package
0 commit comments