From 2968f3f520cbd173576f6472e3c249852be38de8 Mon Sep 17 00:00:00 2001 From: David Flanagan Date: Wed, 10 May 2023 11:36:48 +0100 Subject: [PATCH] chore: disable pypi publish until creds fixed --- .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 020b864..015cf20 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: true + PYPI_PUBLISH: false PYPI_PASSWORD: ${{ secrets.PYPI_TOKEN }} PYPI_USERNAME: "__token__"