We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b97b85 commit e1d9f5fCopy full SHA for e1d9f5f
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