Skip to content

Commit fcdfd11

Browse files
authored
Fix release workflow (#646)
1 parent d234127 commit fcdfd11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: uv sync
3030

3131
- name: Hatch Build
32-
run: hatch build
32+
run: uv run hatch build
3333

3434
- name: Hatch Publish
35-
run: hatch publish -n
35+
run: uv run hatch publish -n

0 commit comments

Comments
 (0)