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 6651b67 commit d64b3acCopy full SHA for d64b3ac
.github/workflows/pypi-publish.yml
@@ -6,6 +6,8 @@ on:
6
jobs:
7
publish:
8
runs-on: ubuntu-latest
9
+ permissions:
10
+ id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
11
steps:
12
- name: Clone
13
uses: actions/checkout@v2
0 commit comments