Skip to content

Commit

Permalink
fix: fix secret name (#25)
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <[email protected]>
  • Loading branch information
hlts2 authored Feb 16, 2024
1 parent 967bd68 commit 18786bf
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 @@ -99,4 +99,4 @@ jobs:
uses: pypa/gh-action-pypi-publish@master
with:
user: ${{ secrets.PIP_USERNAME }}
password: ${{ secrets.PIP_PASSWORD }}
password: ${{ secrets.PIP_TOKEN }}

0 comments on commit 18786bf

Please sign in to comment.