Skip to content

Commit 0900f64

Browse files
authored
fixed #13792 - release-windows.yml: use latest Python version [skip ci] (#8332)
1 parent 4412833 commit 0900f64

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/release-windows.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
if: ${{ github.repository_owner == 'danmar' }}
2626

2727
env:
28+
PYTHON_VERSION: 3.14
2829
# see https://www.pcre.org/original/changelog.txt
2930
PCRE_VERSION: 8.45
3031
QT_VERSION: 6.10.0
@@ -35,6 +36,12 @@ jobs:
3536
with:
3637
persist-credentials: false
3738

39+
- name: Set up Python
40+
uses: actions/setup-python@v5
41+
with:
42+
python-version: ${{ env.PYTHON_VERSION }}
43+
check-latest: true
44+
3845
- name: Set up Visual Studio environment
3946
uses: ilammy/msvc-dev-cmd@v1
4047

0 commit comments

Comments
 (0)