Skip to content

Commit

Permalink
Update publish workflow to use trusted publisher (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicasyu authored Aug 17, 2023
1 parent 2bd2046 commit 322a8e0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:

runs-on: ubuntu-latest

permissions:
id-token: write

steps:

- name: Checkout the repo
Expand Down Expand Up @@ -84,5 +87,3 @@ jobs:
- name: Publish package
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_TOKEN }}

0 comments on commit 322a8e0

Please sign in to comment.