Skip to content

Commit

Permalink
REL: publish to PyPI using OIDC
Browse files Browse the repository at this point in the history
  • Loading branch information
ntessore committed Jun 30, 2023
1 parent fb23889 commit 8536101
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@ on:
jobs:
publish:
runs-on: ubuntu-latest
permissions:
id-token: write
steps:
- uses: actions/checkout@v3
- run: pipx run build
- uses: pypa/[email protected]
with:
user: __token__
password: ${{ secrets.pypi_token }}

0 comments on commit 8536101

Please sign in to comment.