We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0071424 commit 6aa65acCopy full SHA for 6aa65ac
.github/workflows/python-prerelease.yml
@@ -4,6 +4,8 @@ on:
4
push:
5
tags:
6
- "v*.rc*"
7
+ branches:
8
+ - v0.29-release
9
10
jobs:
11
trigger_rc_testing:
@@ -68,7 +70,7 @@ jobs:
68
70
fi
69
71
72
# Any line with `uv pip install --prerelease=allow` in the `.github/` folder must be updated with `--prerelease=allow` flag
- 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'
74
75
# Commit and push changes
76
git --no-pager diff --staged
0 commit comments