Skip to content

Commit

Permalink
fix: update PyPI token reference in release workflow to use PYPI_API_…
Browse files Browse the repository at this point in the history
…TOKEN
  • Loading branch information
gabino committed Dec 11, 2024
1 parent b356cd1 commit 982d131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 982d131

Please sign in to comment.