We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
hatch
uv
1 parent a2f9b63 commit b8dd98bCopy full SHA for b8dd98b
1 file changed
.github/workflows/release.yml
@@ -19,9 +19,16 @@ jobs:
19
20
- name: Set up uv
21
uses: astral-sh/setup-uv@v7
22
+ with:
23
+ activate-environment: true
24
+ enable-cache: true
25
+ python-version: "3.14"
26
+
27
+ - name: Set up Hatch
28
+ run: uv pip install hatch
29
30
- name: Build package
- run: uv build
31
+ run: hatch build
32
33
- name: Publish package to PyPI
34
if: startsWith(github.event.ref, 'refs/tags')
0 commit comments