We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 080a5e5 commit 092176eCopy full SHA for 092176e
1 file changed
.github/workflows/release.yml
@@ -17,6 +17,7 @@ on:
17
permissions:
18
contents: write # create GitHub Release + delete tag on failure
19
id-token: write # PyPI Trusted Publishing (OIDC) -- no API token needed
20
+ discussions: write # attach the release-linked repo Discussion (Announcements)
21
22
jobs:
23
release:
0 commit comments