Skip to content

Commit

Permalink
changed password env var name
Browse files Browse the repository at this point in the history
  • Loading branch information
Commandcracker committed Jun 1, 2022
1 parent 261fc2f commit 5846516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
- name: Publish Package and create Tag and Releases
uses: Commandcracker/pypi-publish@v1
with:
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
password: ${{ secrets.PYPI_API_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 5846516

Please sign in to comment.