Skip to content

Commit

Permalink
Allow PyPI trusted publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
dokempf committed Mar 8, 2024
1 parent a692a5f commit ba95661
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
pypi-deploy:
name: Deploying Python Package
runs-on: ubuntu-latest
permissions:
id-token: write

steps:
- uses: actions/checkout@v4
Expand All @@ -24,6 +26,3 @@ jobs:
run: pipx run build --sdist

- uses: pypa/[email protected]
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit ba95661

Please sign in to comment.