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 0958304 commit 8a4e6dfCopy full SHA for 8a4e6df
.github/workflows/python-prerelease.yml
@@ -72,6 +72,7 @@ jobs:
72
73
# Any line with `uv pip install --prerelease=allow` in the `.github/` folder must be updated with `--prerelease=allow` flag
74
find .github/workflows/ -type f -exec sed -i 's/uv pip install /uv pip install --prerelease=allow /g' {} +
75
+ git add .github/workflows/
76
77
# Commit and push changes
78
git --no-pager diff --staged
0 commit comments