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 c778ee7 commit 9608e96Copy full SHA for 9608e96
.github/workflows/deploy.yml
@@ -14,7 +14,8 @@ jobs:
14
runs-on: ubuntu-latest
15
environment: deploy
16
permissions:
17
- id-token: write # For PyPI trusted publishers.
+ id-token: write # For PyPI trusted publishers.
18
+ contents: write # For tag and release notes.
19
env:
20
SETUPTOOLS_SCM_PRETEND_VERSION: ${{ github.event.inputs.version }}
21
0 commit comments