Skip to content

Commit dd7f73e

Browse files
committed
update: uv in action file
1 parent 1b76be7 commit dd7f73e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
cat commit_notes
6161
6262
echo "Begin Creating Release..."
63-
python3 ./releaser.py commit_notes > version.txt
63+
uv run ./releaser.py commit_notes > version.txt
6464
echo "Create successful!"
6565
cat version.txt
6666

0 commit comments

Comments
 (0)