We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 471d54a commit 829f169Copy full SHA for 829f169
tests/scripts/run-notebook-test.sh
@@ -92,7 +92,8 @@ fi
92
ACCOUNT_ID=$(aws sts get-caller-identity --query Account --output text)
93
LIFECYCLE_CONFIG_NAME="install-python-sdk-$COMMIT_ID"
94
95
-python setup.py sdist
+python -m pip install build
96
+python -m build --sdist
97
98
aws s3 --region us-west-2 cp ./dist/sagemaker-*.tar.gz s3://sagemaker-python-sdk-$ACCOUNT_ID/notebook_test/sagemaker-$COMMIT_ID.tar.gz
99
aws s3 cp s3://sagemaker-python-sdk-cli-$ACCOUNT_ID/mead-nb-test.tar.gz mead-nb-test.tar.gz
0 commit comments