Skip to content

Commit

Permalink
chore: retry python publish
Browse files Browse the repository at this point in the history
  • Loading branch information
rawkode committed May 10, 2023
1 parent 1600791 commit f0d62ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

# dotNet SDK
NUGET_PUBLISH: true
NUGET_PUBLISH: false
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
NUGET_FEED_URL: https://api.nuget.org/v3/index.json
PULUMI_LOCAL_NUGET: ${{ github.workspace }}/nuget

# Python SDK
PYPI_PUBLISH: false
PYPI_PUBLISH: true
PYPI_PASSWORD: ${{ secrets.PYPI_TOKEN }}
PYPI_USERNAME: "__token__"

Expand Down

0 comments on commit f0d62ba

Please sign in to comment.