Skip to content

Commit

Permalink
Add id-token action to deploy with trusted publisher for release
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolargo committed Oct 23, 2024
1 parent 0bbbd8f commit d343131
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
# user and password should be removed (if it is ok on test.pypi)
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
# user: __token__
# password: ${{ secrets.PYPI_API_TOKEN }}
skip-existing: true

create_Docker_builds:
Expand Down

0 comments on commit d343131

Please sign in to comment.