From 16a6b64d506fa634cdee96bf1206bc4a9599c72e Mon Sep 17 00:00:00 2001 From: David Flanagan Date: Sun, 14 May 2023 12:12:42 -0400 Subject: [PATCH] chore: publish pypi --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6599414..0e2b3f7 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -28,7 +28,7 @@ env: PULUMI_LOCAL_NUGET: ${{ github.workspace }}/nuget # Python SDK - PYPI_PUBLISH: false + PYPI_PUBLISH: true PYPI_PASSWORD: ${{ secrets.PYPI_TOKEN }} PYPI_USERNAME: "__token__"