Lock setuptools version as 69.2.0
Lock setuptools version as 69.2.0. We need package like skyline-console tar.gz. If we use higher version, we will get skyline_console tar.gz package. Change-Id: Id93fe64e83c2951b069d97177f6da851271a7ba8
This commit is contained in:
parent
3d9d596c67
commit
f70772ecc8
3
Makefile
3
Makefile
@ -76,6 +76,9 @@ package: install
|
|||||||
rm -rf $(ROOT_DIR)/skyline_console/static
|
rm -rf $(ROOT_DIR)/skyline_console/static
|
||||||
yarn run build
|
yarn run build
|
||||||
echo `git rev-parse --verify HEAD` > $(ROOT_DIR)/skyline_console/static/commit_id.txt
|
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 sdist
|
||||||
python setup.py bdist_wheel
|
python setup.py bdist_wheel
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user