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 179a4ee commit 2193a38Copy full SHA for 2193a38
.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
@@ -239,7 +239,8 @@ jobs:
239
240
environment: testpypi
241
242
243
244
needs:
245
- cache
246
- prepare
0 commit comments