Skip to content

Commit

Permalink
Add missing id-token permission, needed for trusted publishing
Browse files Browse the repository at this point in the history
Was forgotten by #221 and #220
  • Loading branch information
HexDecimal committed Aug 29, 2024
1 parent 267a56b commit e2982ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,8 @@ jobs:
needs: isolated_tests
if: github.ref_type == 'tag'
runs-on: ubuntu-latest
permissions:
id-token: write
environment:
name: pypi
url: https://pypi.org/project/delocate/${{ github.ref_name }}/
Expand Down

0 comments on commit e2982ae

Please sign in to comment.