Fix nightly builder (#67022)

This commit is contained in:
Franck Nijhof 2022-02-22 11:27:38 +01:00 committed by GitHub
parent 09e16fa3dc
commit 0042fd5199
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -172,6 +172,7 @@ def main():
write_version(bumped)
write_version_metadata(bumped)
write_ci_workflow(bumped)
print(bumped)
if not arguments.commit:
return