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 1e4b09e commit a1740d8Copy full SHA for a1740d8
.github/workflows/pypi-package.yml
@@ -13,7 +13,6 @@ on:
13
14
permissions:
15
contents: read
16
- id-token: write
17
18
jobs:
19
# Always build & lint package.
@@ -35,6 +34,9 @@ jobs:
35
34
runs-on: ubuntu-latest
36
needs: build-package
37
+ permissions:
38
+ id-token: write
39
+
40
steps:
41
- name: Download packages built by build-and-inspect-python-package
42
uses: actions/download-artifact@v3
@@ -55,6 +57,9 @@ jobs:
55
57
56
58
59
60
61
62
63
64
65
0 commit comments