Skip to content

Commit

Permalink
chore: disable pypi publish until creds fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
rawkode committed May 10, 2023
1 parent 4f7f229 commit 2968f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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__"

Expand Down

0 comments on commit 2968f3f

Please sign in to comment.