We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6db94b0 commit 19f7216Copy full SHA for 19f7216
.github/workflows/publish-to-test-pypi.yml
@@ -13,14 +13,10 @@ jobs:
13
uses: actions/setup-python@v5
14
with:
15
python-version: "3.12"
16
- - name: Install pypa/build
17
- run: >-
18
- python3 -m
19
- pip install
20
- build
21
- --user
+ - name: Install hatch
+ uses: pypa/hatch@install
22
- name: Build a binary wheel and a source tarball
23
- run: python3 -m build
+ run: python3 -m hatch build
24
- name: Store the distribution packages
25
uses: actions/upload-artifact@v4
26
0 commit comments