Skip to content

Commit

Permalink
ci: change permission on pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Feb 3, 2025
1 parent 2253109 commit fe78a4f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/v')
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
id-token: write
steps:
- name: Get sdist
uses: actions/download-artifact@v4
Expand Down

0 comments on commit fe78a4f

Please sign in to comment.