Skip to content

Commit

Permalink
fix: change TEST_PYPI to PYPI
Browse files Browse the repository at this point in the history
  • Loading branch information
hasnain2808 committed Feb 4, 2021
1 parent 34a5628 commit 4211f5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -23,6 +23,6 @@ jobs:
- name: Create Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TEST_PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
TEST_PYPI_USERNAME: ${{ secrets.PYPI_USERNAME }}
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
PYPI_USERNAME: ${{ secrets.PYPI_USERNAME }}
run: npx semantic-release

0 comments on commit 4211f5d

Please sign in to comment.