Skip to content

Commit 2c2f8c4

Browse files
committed
Update workflow file
1 parent 2de9fe9 commit 2c2f8c4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/speakeasy_sdk_generation.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ jobs:
2626
openapi_doc_auth_header: x-api-key
2727
languages: |-
2828
- python
29+
publish_python: true
2930
secrets:
3031
speakeasy_api_key: ${{ secrets.SPEAKEASY_PROD_API_KEY }}
3132
github_access_token: ${{ secrets.GITHUB_TOKEN }}
33+
pypi_token: ${{ secrets.PYPI_TOKEN }}
3234
openapi_doc_auth_token: ${{ secrets.SPEAKEASY_API_KEY }}

0 commit comments

Comments
 (0)