Skip to content

Commit 5873d16

Browse files
committed
Build the package with hatch
1 parent 65323b7 commit 5873d16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
python-version: 3.11
2626
- name: Build package
2727
run: |
28-
python -m pip install wheel build
29-
python -m build
28+
python -m pip install hatch
29+
python -m hatch build
3030
- name: Publish
3131
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)