Skip to content

Commit

Permalink
Added trusted publisher information to workflow file, which is a new …
Browse files Browse the repository at this point in the history
…requirement for pypi
  • Loading branch information
JessicaTegner committed Jul 12, 2024
1 parent 7b65192 commit 9543de0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ jobs:
needs: [builder_pypandoc, builder_pypandoc_binary]
if: startsWith(github.ref, 'refs/tags/v')
runs-on: ubuntu-latest
permissions:
id-token: write
steps:
- name: Check out repository
uses: actions/checkout@v4
Expand All @@ -118,8 +120,7 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
verbose: true
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}


publisher_latest:
needs: [builder_pypandoc, builder_pypandoc_binary]
Expand Down

0 comments on commit 9543de0

Please sign in to comment.