Skip to content

Commit e35d5f1

Browse files
committed
correct CI dp
1 parent e2b2418 commit e35d5f1

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.github/workflows/ci-cd.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -164,10 +164,10 @@ jobs:
164164
changelog-draft-name-rst: >-
165165
${{ steps.changelog-draft-name.outputs.filename-base }}.rst
166166
steps:
167-
- name: Switch to using Python 3.11 by default
168-
uses: actions/setup-python@v5.3.0
167+
- name: Switch to using Python 3.12 by default
168+
uses: actions/setup-python@v5
169169
with:
170-
python-version: 3.11
170+
python-version: 3.12
171171
- name: >-
172172
Mark the build as untagged '${{
173173
github.event.repository.default_branch
@@ -439,10 +439,10 @@ jobs:
439439
TOXENV: make-changelog
440440

441441
steps:
442-
- name: Switch to using Python 3.11
443-
uses: actions/setup-python@v5.3.0
442+
- name: Switch to using Python 3.12
443+
uses: actions/setup-python@v5
444444
with:
445-
python-version: 3.11
445+
python-version: 3.12
446446

447447
- name: Grab the source from Git
448448
uses: actions/checkout@v4.1.6
@@ -765,7 +765,7 @@ jobs:
765765
matrix:
766766
python-version:
767767
- >-
768-
3.11
768+
3.12
769769
- >-
770770
3.10
771771
- 3.9
@@ -784,7 +784,7 @@ jobs:
784784

785785
steps:
786786
- name: Switch to using Python ${{ matrix.python-version }}
787-
uses: actions/setup-python@v5.3.0
787+
uses: actions/setup-python@v5
788788
with:
789789
python-version: ${{ matrix.python-version }}
790790

@@ -1308,10 +1308,10 @@ jobs:
13081308
TOXENV: metadata-validation
13091309

13101310
steps:
1311-
- name: Switch to using Python 3.11 by default
1312-
uses: actions/setup-python@v5.3.0
1311+
- name: Switch to using Python 3.12 by default
1312+
uses: actions/setup-python@v5
13131313
with:
1314-
python-version: 3.11
1314+
python-version: 3.12
13151315

13161316
- name: Retrieve the project source from an sdist inside the GHA artifact
13171317
uses: re-actors/checkout-python-sdist@release/v2
@@ -1820,10 +1820,10 @@ jobs:
18201820
path: dist/
18211821
merge-multiple: true
18221822

1823-
- name: Switch to Python 3.11
1824-
uses: actions/setup-python@v5.3.0
1823+
- name: Switch to Python 3.12
1824+
uses: actions/setup-python@v5
18251825
with:
1826-
python-version: 3.11
1826+
python-version: 3.12
18271827
- name: >-
18281828
Calculate Python interpreter version hash value
18291829
for use in the cache key

0 commit comments

Comments
 (0)