Skip to content

Commit 6aa65ac

Browse files
committed
quicke
1 parent 0071424 commit 6aa65ac

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/python-prerelease.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
tags:
66
- "v*.rc*"
7+
branches:
8+
- v0.29-release
79

810
jobs:
911
trigger_rc_testing:
@@ -68,7 +70,7 @@ jobs:
6870
fi
6971
7072
# Any line with `uv pip install --prerelease=allow` in the `.github/` folder must be updated with `--prerelease=allow` flag
71-
find .github/workflows/ -type f -name '*.yml' -o -name '*.yaml' | xargs sed -i -E 's|(uv pip install(?!.*--prerelease=allow))|\1 --prerelease=allow|g'
73+
find .github/workflows/ -type f -name '*.yml' -o -name '*.yaml' | xargs sed -i '' -E 's/(uv pip install)(?!.*--prerelease=allow)/\1 --prerelease=allow/g'
7274
7375
# Commit and push changes
7476
git --no-pager diff --staged

0 commit comments

Comments
 (0)