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 4747c66 commit 2dc1164Copy full SHA for 2dc1164
.github/workflows/merge.yml
@@ -20,7 +20,8 @@ jobs:
20
runs-on: ubuntu-latest
21
environment: pypi
22
permissions:
23
- id-token: write
+ contents: read # Required by actions/checkout
24
+ id-token: write # Needed for OIDC-based Trusted Publishing
25
# Only trigger on merges, not just closes
26
if: github.event.pull_request.merged == true
27
steps:
.github/workflows/verify.yml
@@ -275,7 +275,8 @@ jobs:
275
276
environment: testpypi
277
278
279
280
needs:
281
- cache
282
- prepare
0 commit comments