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 b98c73f commit 5dac8f0Copy full SHA for 5dac8f0
.github/workflows/release-please.yml
@@ -9,6 +9,8 @@ jobs:
9
runs-on: ubuntu-latest
10
permissions:
11
id-token: write # for PYPI release
12
+ contents: write
13
+ pull-requests: write
14
15
steps:
16
- name: Release
0 commit comments