Add id-token action to deploy with trusted publisher for release

This commit is contained in:
nicolargo 2024-10-23 20:33:36 +02:00
parent 0bbbd8fce2
commit d343131487

View File

@ -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: