Skip to content

Commit 020fb9f

Browse files
committed
use uvx to run hatch
1 parent d2e2a37 commit 020fb9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ tasks:
5757
- git diff --quiet --staged || (echo "There are staged changes. They must be committed first" && exit 1)
5858
- git diff --quiet || (echo "There are unstaged changes. They must be committed first." && exit 1)
5959

60-
- uv run hatch version | xargs -I {} git tag -a v{} -m "Release v{}"
60+
- uvx hatch version | xargs -I {} git tag -a v{} -m "Release v{}"
6161
- git push --follow-tags
6262

6363
pre-commit-all:

0 commit comments

Comments
 (0)