Fix nightly builder (#67022)
This commit is contained in:
parent
09e16fa3dc
commit
0042fd5199
2 changed files with 2 additions and 2 deletions
3
.github/workflows/builder.yml
vendored
3
.github/workflows/builder.yml
vendored
|
@ -114,8 +114,7 @@ jobs:
|
|||
run: |
|
||||
python3 -m pip install packaging
|
||||
python3 -m pip install --use-deprecated=legacy-resolver .
|
||||
python3 script/version_bump.py nightly
|
||||
version="$(python setup.py -V)"
|
||||
version="$(python3 script/version_bump.py nightly)"
|
||||
|
||||
- name: Write meta info file
|
||||
shell: bash
|
||||
|
|
|
@ -172,6 +172,7 @@ def main():
|
|||
write_version(bumped)
|
||||
write_version_metadata(bumped)
|
||||
write_ci_workflow(bumped)
|
||||
print(bumped)
|
||||
|
||||
if not arguments.commit:
|
||||
return
|
||||
|
|
Loading…
Add table
Reference in a new issue