Skip to content

Commit 9608e96

Browse files
authored
Update permissions for deploy workflow
1 parent c778ee7 commit 9608e96

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ jobs:
1414
runs-on: ubuntu-latest
1515
environment: deploy
1616
permissions:
17-
id-token: write # For PyPI trusted publishers.
17+
id-token: write # For PyPI trusted publishers.
18+
contents: write # For tag and release notes.
1819
env:
1920
SETUPTOOLS_SCM_PRETEND_VERSION: ${{ github.event.inputs.version }}
2021

0 commit comments

Comments
 (0)