Skip to content

Commit 829f169

Browse files
committed
Update run-notebook-test.sh
1 parent 471d54a commit 829f169

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/scripts/run-notebook-test.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ fi
9292
ACCOUNT_ID=$(aws sts get-caller-identity --query Account --output text)
9393
LIFECYCLE_CONFIG_NAME="install-python-sdk-$COMMIT_ID"
9494
95-
python setup.py sdist
95+
python -m pip install build
96+
python -m build --sdist
9697
9798
aws s3 --region us-west-2 cp ./dist/sagemaker-*.tar.gz s3://sagemaker-python-sdk-$ACCOUNT_ID/notebook_test/sagemaker-$COMMIT_ID.tar.gz
9899
aws s3 cp s3://sagemaker-python-sdk-cli-$ACCOUNT_ID/mead-nb-test.tar.gz mead-nb-test.tar.gz

0 commit comments

Comments
 (0)