Skip to content

Commit

Permalink
Merge pull request #33 from philips-software/JeroenKnoops-patch-1
Browse files Browse the repository at this point in the history
Fix: Use Trusted Publisher
  • Loading branch information
AnnieJovitha authored Apr 26, 2023
2 parents 2959887 + b4731d5 commit 8d2b7f0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,7 @@ jobs:
- name: "Publish distribution \U0001F4E6 to Test PyPI"
uses: pypa/gh-action-pypi-publish@0bf742be3ebe032c25dd15117957dc15d0cfc38d # ratchet:pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository-url: https://test.pypi.org/legacy/
- name: "Publish distribution \U0001F4E6 to PyPI"
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@0bf742be3ebe032c25dd15117957dc15d0cfc38d # ratchet:pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 8d2b7f0

Please sign in to comment.