Skip to content

Commit 0ba9823

Browse files
authored
Update speakeasy_sdk_publish.yml
1 parent fd579a4 commit 0ba9823

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/speakeasy_sdk_publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
publish:
1212
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-publish.yaml@v10 # Import the sdk publish workflow which will handle the publishing to the package managers
1313
with:
14-
# publish_python: true
14+
publish_python: true
1515
create_release: true
1616
secrets:
17-
# pypi_token: ${{ secrets.PYPI_TOKEN }}
17+
pypi_token: ${{ secrets.PYPI_TOKEN }}
1818
github_access_token: ${{ secrets.GITHUB_TOKEN }}
1919
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}

0 commit comments

Comments
 (0)