8000
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 00f3c7d commit da3b082Copy full SHA for da3b082
scripts/utils/upload-artifact.sh
@@ -18,7 +18,7 @@ UPLOAD_RESPONSE=$(tar -cz . | curl -v -X PUT \
18
19
if echo "$UPLOAD_RESPONSE" | grep -q "HTTP/[0-9.]* 200"; then
20
echo -e "\033[32mUploaded build to Stainless storage.\033[0m"
21
- echo -e "\033[32mInstallation: npm install 'https://pkg.stainless.com/s/anthropic-python/$SHA'\033[0m"
+ echo -e "\033[32mInstallation: pip install 'https://pkg.stainless.com/s/anthropic-python/$SHA'\033[0m"
22
else
23
echo -e "\033[31mFailed to upload artifact.\033[0m"
24
exit 1
0 commit comments