Skip to content

Commit 411ea0a

Browse files
authored
Update publish-docs.yml to use Python 3.11
1 parent af00651 commit 411ea0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- uses: actions/setup-python@v4
2727
with:
28-
python-version: "3.x"
28+
python-version: "3.11"
2929

3030
- uses: actions-rs/toolchain@v1
3131
with:

0 commit comments

Comments
 (0)