We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8003ee9 commit 3d8dd4dCopy full SHA for 3d8dd4d
1 file changed
.github/workflows/release.yml
@@ -28,8 +28,14 @@ jobs:
28
curl -LsSf https://astral.sh/uv/install.sh | sh
29
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
30
31
+ - name: Install dependencies
32
+ run: |
33
+ uv venv
34
+ uv pip install -e .
35
+ uv pip install hatch
36
+
37
- name: Build package
- run: uv build --clear
38
+ run: uv run hatch build
39
40
- name: Get version from pyproject.toml
41
id: get_version
0 commit comments