Skip to content

Commit fe78a4f

Browse files
committed
ci: change permission on pypi
1 parent 2253109 commit fe78a4f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pypi.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ jobs:
4848
if: startsWith(github.ref, 'refs/tags/v')
4949
runs-on: ubuntu-latest
5050
permissions:
51-
contents: read
52-
packages: write
51+
id-token: write
5352
steps:
5453
- name: Get sdist
5554
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)