Skip to content

Commit 074fe31

Browse files
committed
Update publish-to-pypi.yml
1 parent 138b5f7 commit 074fe31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
run: >-
2323
python3 -m
2424
pip install
25-
build
25+
build hatch
2626
--user
2727
- name: Build a binary wheel and a source tarball
28-
run: python3 -m build
28+
run: hatch build
2929
- name: Store the distribution packages
3030
uses: actions/upload-artifact@v4
3131
with:

0 commit comments

Comments
 (0)