Skip to content

Commit

Permalink
TEST_PYPI_API_TOKEN -> PYPI_API_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
szn committed Apr 10, 2024
1 parent 5053e30 commit dd4ca07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ jobs:
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit dd4ca07

Please sign in to comment.