Skip to content

Commit

Permalink
workflows/release: use OIDC publishing (#43471)
Browse files Browse the repository at this point in the history
Signed-off-by: William Woodruff <[email protected]>
  • Loading branch information
woodruffw authored Mar 8, 2023
1 parent 29a3995 commit 14f1f86
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,7 @@ jobs:
run: python -m build

- name: publish
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}
uses: trail-of-forks/gh-action-pypi-publish@tob-oidc

- name: sign
uses: sigstore/[email protected]
Expand Down

0 comments on commit 14f1f86

Please sign in to comment.