Skip to content

Commit 32c29c0

Browse files
ci: update to workflow v2.6
1 parent 61484f8 commit 32c29c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/generation.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ on:
77

88
jobs:
99
generate:
10-
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-generation.yaml@v2.5
10+
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-generation.yaml@v2.6
1111
with:
1212
speakeasy_version: latest
1313
openapi_doc_location: https://docs.speakeasyapi.dev/openapi.yaml
1414
languages: |-
1515
- python
16+
publish_python: true
1617
secrets:
1718
github_access_token: ${{ secrets.GITHUB_TOKEN }}
1819
pypi_token: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)