We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91b6ebc commit fbde2e7Copy full SHA for fbde2e7
1 file changed
.github/workflows/pypi-publish.yml
@@ -25,12 +25,13 @@ jobs:
25
- uses: actions/setup-python@v5
26
with:
27
python-version: "3.13"
28
-
+ - name: Install Hatch
29
+ run: |
30
+ python -m pip install --upgrade hatch
31
- name: Build release distributions
32
run: |
33
# NOTE: put your own distribution build steps here.
- python -m pip install build
- python -m build
34
+ hatch build
35
36
- name: Upload distributions
37
uses: actions/upload-artifact@v4
0 commit comments