File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 88 steps :
99 - uses : actions/checkout@v4
1010
11+ - name : Install toml
12+ run : pip install toml
13+
1114 - run : |
1215 if [[ ! $GITHUB_REF_NAME =~ ^release/v[0-9]+\.[0-9]+\.x-0\.[0-9]+bx$ ]]; then
1316 echo this workflow should only be run against long-term release branches
Original file line number Diff line number Diff line change 1212 steps :
1313 - uses : actions/checkout@v4
1414
15+ - name : Install toml
16+ run : pip install toml
17+
1518 - name : Verify prerequisites
1619 env :
1720 PRERELEASE_VERSION : ${{ github.event.inputs.prerelease_version }}
Original file line number Diff line number Diff line change 1414
1515 - uses : actions/checkout@v4
1616
17+ - name : Install toml
18+ run : pip install toml
19+
1720 - name : Set environment variables
1821 run : |
1922 stable_version=$(./scripts/eachdist.py version --mode stable)
You can’t perform that action at this time.
0 commit comments