Skip to content

Commit 3d8dd4d

Browse files
authored
ci: Use hatch build in release workflow (#598)
1 parent 8003ee9 commit 3d8dd4d

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,14 @@ jobs:
2828
curl -LsSf https://astral.sh/uv/install.sh | sh
2929
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
3030
31+
- name: Install dependencies
32+
run: |
33+
uv venv
34+
uv pip install -e .
35+
uv pip install hatch
36+
3137
- name: Build package
32-
run: uv build --clear
38+
run: uv run hatch build
3339

3440
- name: Get version from pyproject.toml
3541
id: get_version

0 commit comments

Comments
 (0)