Skip to content

Commit 19f7216

Browse files
Use hatch for test build
1 parent 6db94b0 commit 19f7216

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

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

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,10 @@ jobs:
1313
uses: actions/setup-python@v5
1414
with:
1515
python-version: "3.12"
16-
- name: Install pypa/build
17-
run: >-
18-
python3 -m
19-
pip install
20-
build
21-
--user
16+
- name: Install hatch
17+
uses: pypa/hatch@install
2218
- name: Build a binary wheel and a source tarball
23-
run: python3 -m build
19+
run: python3 -m hatch build
2420
- name: Store the distribution packages
2521
uses: actions/upload-artifact@v4
2622
with:

0 commit comments

Comments
 (0)