Skip to content

Commit

Permalink
Fix pypi authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonne committed Dec 18, 2020
1 parent 9dca8f2 commit 9f4d2be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NUGET_PUBLISH_KEY: ${{ secrets.NUGET_PUBLISH_KEY }}
PYPI_USERNAME: ${{ secrets.PYPI_USERNAME }}
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
TRAVIS_OS_NAME: linux
jobs:
Expand Down

0 comments on commit 9f4d2be

Please sign in to comment.