We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b6a80a commit 1f58f9dCopy full SHA for 1f58f9d
.github/workflows/publish.yml
@@ -9,6 +9,8 @@ jobs:
9
publish:
10
runs-on: ubuntu-latest
11
environment: pypi
12
+ permissions:
13
+ id-token: write
14
steps:
15
- uses: actions/checkout@v2
16
- name: Set up Python
0 commit comments