Skip to content

Commit 64d3a34

Browse files
committed
Run tox via uv
1 parent 6e23861 commit 64d3a34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev-bin/release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ if ! git ls-remote origin &> /dev/null; then
3131
fi
3232

3333
check_command perl
34-
check_command tox
34+
check_command uv
3535

3636
# Check that we're not on the main branch
3737
current_branch=$(git branch --show-current)
@@ -85,7 +85,7 @@ fi
8585
perl -pi -e "s/(?<=^version = \").+?(?=\")/$version/gsm" pyproject.toml
8686

8787
echo $"Test results:"
88-
tox
88+
uv run tox
8989

9090
echo $'\nDiff:'
9191
git diff

0 commit comments

Comments
 (0)