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 bf41c6e commit 6dfcec2Copy full SHA for 6dfcec2
.github/workflows/release-docs.yml
@@ -7,6 +7,8 @@ on:
7
jobs:
8
Build:
9
runs-on: ubuntu-latest
10
+ permissions:
11
+ contents: write
12
steps:
13
- uses: actions/checkout@v4
14
- name: Set up Python 3.10
.github/workflows/release-package.yml
@@ -9,6 +9,7 @@ jobs:
permissions:
id-token: write
environment: pypi
15
0 commit comments