Skip to content

Commit 9530ee9

Browse files
feat(api): api update
1 parent aeba089 commit 9530ee9

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,18 @@ jobs:
5555
run: uv build
5656

5757
- name: Get GitHub OIDC Token
58-
if: github.repository == 'stainless-sdks/tembo-python'
58+
if: |-
59+
github.repository == 'stainless-sdks/tembo-python' &&
60+
!startsWith(github.ref, 'refs/heads/stl/')
5961
id: github-oidc
6062
uses: actions/github-script@v8
6163
with:
6264
script: core.setOutput('github_token', await core.getIDToken());
6365

6466
- name: Upload tarball
65-
if: github.repository == 'stainless-sdks/tembo-python'
67+
if: |-
68+
github.repository == 'stainless-sdks/tembo-python' &&
69+
!startsWith(github.ref, 'refs/heads/stl/')
6670
env:
6771
URL: https://pkg.stainless.com/s
6872
AUTH: ${{ steps.github-oidc.outputs.github_token }}

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 5
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/tembo%2Ftembo-38d7f239578359717ef5b9372b7f161d4541a38926e302f7d58bdda84ebe8c23.yml
3-
openapi_spec_hash: 45bd326a8fe6c9d82db1e6a73edaa41a
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/tembo%2Ftembo-6d1c2ed339b99ec12826a448d0f904008f74ad6c0e2bcfa6a3dc8419f32929d0.yml
3+
openapi_spec_hash: 02793b816ce960c2aff8aac74b801ebd
44
config_hash: 8fba1d45a848bce88e9564ab8a960838

0 commit comments

Comments
 (0)