File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -216,9 +216,9 @@ commands:
216
216
#
217
217
218
218
jobs :
219
- docs-python310 :
219
+ docs-python3 :
220
220
docker :
221
- - image : cimg/python:3.10
221
+ - image : cimg/python:3.12
222
222
resource_class : large
223
223
steps :
224
224
- checkout
@@ -259,4 +259,4 @@ workflows:
259
259
jobs :
260
260
# NOTE: If you rename this job, then you must update the `if` condition
261
261
# and `circleci-jobs` option in `.github/workflows/circleci.yml`.
262
- - docs-python310
262
+ - docs-python3
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: "CircleCI artifact handling"
3
3
on : [status]
4
4
jobs :
5
5
circleci_artifacts_redirector_job :
6
- if : " ${{ github.event.context == 'ci/circleci: docs-python310 ' }}"
6
+ if : " ${{ github.event.context == 'ci/circleci: docs-python3 ' }}"
7
7
permissions :
8
8
statuses : write
9
9
runs-on : ubuntu-latest
@@ -16,11 +16,11 @@ jobs:
16
16
repo-token : ${{ secrets.GITHUB_TOKEN }}
17
17
api-token : ${{ secrets.CIRCLECI_TOKEN }}
18
18
artifact-path : 0/doc/build/html/index.html
19
- circleci-jobs : docs-python310
19
+ circleci-jobs : docs-python3
20
20
job-title : View the built docs
21
21
22
22
post_warnings_as_review :
23
- if : " ${{ github.event.context == 'ci/circleci: docs-python310 ' }}"
23
+ if : " ${{ github.event.context == 'ci/circleci: docs-python3 ' }}"
24
24
permissions :
25
25
contents : read
26
26
checks : write
You can’t perform that action at this time.
0 commit comments