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 d85641d commit 5cef7d6Copy full SHA for 5cef7d6
.github/workflows/publish-pypi.yaml
@@ -4,6 +4,10 @@ on:
4
release:
5
types: [published]
6
7
+permissions:
8
+ contents: read
9
+ id-token: write
10
+
11
jobs:
12
publish-to-pypi:
13
runs-on: ubuntu-latest
0 commit comments