File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1616 lint :
1717 timeout-minutes : 10
1818 name : lint
19- runs-on : ${{ github.repository == 'stainless-sdks/digitalocean-genai-sdk -python' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
19+ runs-on : ${{ github.repository == 'stainless-sdks/gradientai -python' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
2020 steps :
2121 - uses : actions/checkout@v4
2222
3535 run : ./scripts/lint
3636
3737 upload :
38- if : github.repository == 'stainless-sdks/digitalocean-genai-sdk -python'
38+ if : github.repository == 'stainless-sdks/gradientai -python'
3939 timeout-minutes : 10
4040 name : upload
4141 permissions :
6161 test :
6262 timeout-minutes : 10
6363 name : test
64- runs-on : ${{ github.repository == 'stainless-sdks/digitalocean-genai-sdk -python' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
64+ runs-on : ${{ github.repository == 'stainless-sdks/gradientai -python' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
6565 steps :
6666 - uses : actions/checkout@v4
6767
Original file line number Diff line number Diff line change 11configured_endpoints : 58
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/digitalocean%2Fdigitalocean-genai-sdk -e40feaac59c85aace6aa42d2749b20e0955dbbae58b06c3a650bc03adafcd7b5.yml
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/digitalocean%2Fgradientai -e40feaac59c85aace6aa42d2749b20e0955dbbae58b06c3a650bc03adafcd7b5.yml
33openapi_spec_hash : 825c1a4816938e9f594b7a8c06692667
44config_hash : a2c4c23eb1e8655fbfb2b6930ce0fd46
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ UPLOAD_RESPONSE=$(tar -cz . | curl -v -X PUT \
1818
1919if echo " $UPLOAD_RESPONSE " | grep -q " HTTP/[0-9.]* 200" ; then
2020 echo -e " \033[32mUploaded build to Stainless storage.\033[0m"
21- echo -e " \033[32mInstallation: pip install --pre 'https://pkg.stainless.com/s/digitalocean-genai-sdk -python/$SHA '\033[0m"
21+ echo -e " \033[32mInstallation: pip install --pre 'https://pkg.stainless.com/s/gradientai -python/$SHA '\033[0m"
2222else
2323 echo -e " \033[31mFailed to upload artifact.\033[0m"
2424 exit 1
You can’t perform that action at this time.
0 commit comments