Skip to content

Commit 73e1c11

Browse files
author
Javier Cordero
committed
fix deploy action
1 parent e779366 commit 73e1c11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
python -m pip install --upgrade pip
3232
pip install hatch
3333
- name: Build package
34-
run: python -m build
34+
run: hatch build
3535
- name: Test package
3636
run: hatch run test
3737
- name: Publish package

0 commit comments

Comments
 (0)