Skip to content

Commit 95918d3

Browse files
committed
Update publishing workflow file
1 parent 1af7d91 commit 95918d3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/speakeasy_sdk_publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-publish.yaml@v14 # Import the sdk publish workflow which will handle the publishing to the package managers
1313
with:
1414
create_release: true
15+
publish_python: true
1516
secrets:
1617
github_access_token: ${{ secrets.GITHUB_TOKEN }}
17-
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
18+
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
19+
pypi_token: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)