Skip to content

Commit

Permalink
fix: rename pypi token (#130)
Browse files Browse the repository at this point in the history
fix: rename pypi token
  • Loading branch information
Ernst79 authored Jun 7, 2024
1 parent 0fc3d45 commit 03a9d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
if: steps.release.outputs.released == 'true'
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
password: ${{ secrets.PYPI_TOKEN }}

- name: Publish package to GitHub Release
uses: python-semantic-release/[email protected]
Expand Down

0 comments on commit 03a9d90

Please sign in to comment.