File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -216,9 +216,9 @@ commands:
216216#
217217
218218jobs :
219- docs-python310 :
219+ docs-python3 :
220220 docker :
221- - image : cimg/python:3.10
221+ - image : cimg/python:3.12
222222 resource_class : large
223223 steps :
224224 - checkout
@@ -259,4 +259,4 @@ workflows:
259259 jobs :
260260 # NOTE: If you rename this job, then you must update the `if` condition
261261 # 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"
33on : [status]
44jobs :
55 circleci_artifacts_redirector_job :
6- if : " ${{ github.event.context == 'ci/circleci: docs-python310 ' }}"
6+ if : " ${{ github.event.context == 'ci/circleci: docs-python3 ' }}"
77 permissions :
88 statuses : write
99 runs-on : ubuntu-latest
@@ -16,11 +16,11 @@ jobs:
1616 repo-token : ${{ secrets.GITHUB_TOKEN }}
1717 api-token : ${{ secrets.CIRCLECI_TOKEN }}
1818 artifact-path : 0/doc/build/html/index.html
19- circleci-jobs : docs-python310
19+ circleci-jobs : docs-python3
2020 job-title : View the built docs
2121
2222 post_warnings_as_review :
23- if : " ${{ github.event.context == 'ci/circleci: docs-python310 ' }}"
23+ if : " ${{ github.event.context == 'ci/circleci: docs-python3 ' }}"
2424 permissions :
2525 contents : read
2626 checks : write
You can’t perform that action at this time.
0 commit comments