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 c6633ad commit 0351a4eCopy full SHA for 0351a4e
.github/workflows/publish-pypi.yml
@@ -15,6 +15,8 @@ jobs:
15
release:
16
runs-on: ubuntu-latest
17
if: github.event.inputs.confirm_tests == 'true'
18
+ permissions:
19
+ contents: write
20
steps:
21
- uses: actions/checkout@v3
22
- name: Set up Python
0 commit comments