Skip to content

Commit

Permalink
use python 3.11 to publish docs (#645)
Browse files Browse the repository at this point in the history
* use python 3.11 to publish docs

* specify protoc 3.20.2 rather than 3.x
  • Loading branch information
andygrove authored Apr 26, 2024
1 parent 13d34a5 commit 88ce6e6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- name: Install Protoc
uses: arduino/setup-protoc@v1
with:
version: "3.x"
version: "3.20.2"
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Build Python package
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
- name: Install Protoc
uses: arduino/setup-protoc@v1
with:
version: "3.x"
version: "3.20.2"
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Build Python package
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.11"

- name: Install Protoc
uses: arduino/setup-protoc@v1
with:
version: '3.x'
version: '3.20.2'
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Install Protoc
uses: arduino/setup-protoc@v1
with:
version: '3.x'
version: '3.20.2'
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Setup Python
Expand Down

0 comments on commit 88ce6e6

Please sign in to comment.