Merge "Lock setuptools version as 69.2.0" into stable/2024.1

This commit is contained in:
Zuul
2024-09-13 06:37:20 +00:00
committed by Gerrit Code Review

View File

@@ -76,6 +76,9 @@ package: install
rm -rf $(ROOT_DIR)/skyline_console/static
yarn run build
echo `git rev-parse --verify HEAD` > $(ROOT_DIR)/skyline_console/static/commit_id.txt
# fix setuptools version as 69.2.0
# if we use higher version of this, we will get skyline_console tar.gz package
pip install --upgrade setuptools==69.2.0
python setup.py sdist
python setup.py bdist_wheel