Skip to content

Commit f7374fa

Browse files
Build project with hatch in pypi.yml
1 parent ee17bad commit f7374fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
python-version: "3.10"
2121
- name: Build the sdist and the wheel
2222
run: |
23-
pip install build
24-
python3 -m build
23+
pip install hatch
24+
python3 -m hatch
2525
- name: Check the sdist installs and imports
2626
run: |
2727
mkdir -p test-sdist

0 commit comments

Comments
 (0)