File tree Expand file tree Collapse file tree 2 files changed +16
-17
lines changed Expand file tree Collapse file tree 2 files changed +16
-17
lines changed Original file line number Diff line number Diff line change 77
88jobs :
99 generate :
10- name : Generate SDK
11- runs-on : ubuntu-latest
12- steps :
13- - uses : speakeasy-api/sdk-generation-action@v1.4
14- with :
15- speakeasy_version : latest
16- openapi_doc_location : https://docs.speakeasyapi.dev/openapi.yaml
17- github_access_token : ${{ secrets.GITHUB_TOKEN }}
18- languages : |-
19- - python
10+ uses : speakeasy-api/sdk-generation-action/.github/workflows/sdk-generation.yaml@v2
11+ with :
12+ speakeasy_version : latest
13+ openapi_doc_location : https://docs.speakeasyapi.dev/openapi.yaml
14+ languages : |-
15+ - python
16+ secrets :
17+ github_access_token : ${{ secrets.GITHUB_TOKEN }}
18+ pypi_token : ${{ secrets.PYPI_TOKEN }}
Original file line number Diff line number Diff line change 11management :
2- openapi-checksum : 46093b002f359f8049d6b8210be2bc73
3- openapi-version : 0.1.0
4- speakeasy-version : 0.10.1
2+ openapi-checksum : 46093b002f359f8049d6b8210be2bc73
3+ openapi-version : 0.1.0
4+ speakeasy-version : 0.10.0
55python :
6- author : Speakeasy
7- description : Speakeasy API Client SDK for Python
8- packagename : speakeasy-client-sdk-python
9- version : 0.3.2
6+ author : Speakeasy
7+ description : Speakeasy API Client SDK for Python
8+ packagename : speakeasy-client-sdk-python
9+ version : 0.3.2
You can’t perform that action at this time.
0 commit comments