Skip to content

Commit 3ea6220

Browse files
authored
Update pypi-publish.yml
1 parent a437753 commit 3ea6220

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,13 @@ jobs:
2525
- uses: actions/setup-python@v5
2626
with:
2727
python-version: "3.13"
28-
28+
- name: Install Hatch
29+
run: |
30+
python -m pip install --upgrade hatch
2931
- name: Build release distributions
3032
run: |
3133
# NOTE: put your own distribution build steps here.
32-
python -m pip install build
33-
python -m build
34+
hatch build
3435
3536
- name: Upload distributions
3637
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)