Skip to content

Commit 925198c

Browse files
authored
fix: release build ci (#1231)
fix: .circleci/release-config.yml build fail.
1 parent 6de6330 commit 925198c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/release-config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ commands:
5252
conda create -n build python=<< parameters.python_ver >> -y
5353
conda activate build
5454
55+
python3 -m pip install build
5556
python3 -m build --wheel
5657
ls dist/spu*.whl
5758

0 commit comments

Comments
 (0)