Skip to content

Commit f5129c7

Browse files
authored
potentially fix trusted publishing (#376)
1 parent fa08aa9 commit f5129c7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/python.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,9 @@ jobs:
137137
release:
138138
name: Release
139139
runs-on: ubuntu-latest
140+
permissions:
141+
id-token: write
142+
contents: write
140143
if: "startsWith(github.ref, 'refs/tags/')"
141144
needs: [linux, windows, macos, sdist]
142145
steps:

0 commit comments

Comments
 (0)