Skip to content

Commit

Permalink
Update python-publish.yml with pypi token
Browse files Browse the repository at this point in the history
  • Loading branch information
swainsubrat authored May 1, 2024
1 parent e2082dd commit d3b1d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ jobs:
uses: pypa/gh-action-pypi-publish@master
with:
user: __token__
password: ${{ secrets.PASSWORD }}
password: ${{ secrets.PYPI_API_TOKEN }}
repository_url: https://upload.pypi.org/legacy/

0 comments on commit d3b1d43

Please sign in to comment.