Skip to content

Commit 497af5d

Browse files
authored
Fix build (#696)
From #695
1 parent 83db05c commit 497af5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/releases/cloudbuild.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ steps:
3232
- |
3333
mkdir -p ~/.kaggle/dev # Directory expected by following script
3434
./tools/GeneratePythonLibrary.sh
35-
python3 setup.py develop
36-
python3 setup.py sdist
35+
python3 -m pip install build
36+
python3 -m build
3737
# Move the built CLI to a volume that will survive to next steps.
3838
mv dist /root/
3939
volumes:

0 commit comments

Comments
 (0)