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 61484f8 commit 32c29c0Copy full SHA for 32c29c0
.github/workflows/generation.yml
@@ -7,12 +7,13 @@ on:
7
8
jobs:
9
generate:
10
- uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-generation.yaml@v2.5
+ uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-generation.yaml@v2.6
11
with:
12
speakeasy_version: latest
13
openapi_doc_location: https://docs.speakeasyapi.dev/openapi.yaml
14
languages: |-
15
- python
16
+ publish_python: true
17
secrets:
18
github_access_token: ${{ secrets.GITHUB_TOKEN }}
19
pypi_token: ${{ secrets.PYPI_TOKEN }}
0 commit comments