We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf41c6e commit a9a3434Copy full SHA for a9a3434
.github/workflows/release-docs.yml
@@ -2,11 +2,13 @@ name: Release docs
2
3
on:
4
push:
5
- branches: ["main"]
+ branches: ["main", "fix_doc_publishing"]
6
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