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 2de9fe9 commit 2c2f8c4Copy full SHA for 2c2f8c4
.github/workflows/speakeasy_sdk_generation.yml
@@ -26,7 +26,9 @@ jobs:
26
openapi_doc_auth_header: x-api-key
27
languages: |-
28
- python
29
+ publish_python: true
30
secrets:
31
speakeasy_api_key: ${{ secrets.SPEAKEASY_PROD_API_KEY }}
32
github_access_token: ${{ secrets.GITHUB_TOKEN }}
33
+ pypi_token: ${{ secrets.PYPI_TOKEN }}
34
openapi_doc_auth_token: ${{ secrets.SPEAKEASY_API_KEY }}
0 commit comments