We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4412833 commit 0900f64Copy full SHA for 0900f64
1 file changed
.github/workflows/release-windows.yml
@@ -25,6 +25,7 @@ jobs:
25
if: ${{ github.repository_owner == 'danmar' }}
26
27
env:
28
+ PYTHON_VERSION: 3.14
29
# see https://www.pcre.org/original/changelog.txt
30
PCRE_VERSION: 8.45
31
QT_VERSION: 6.10.0
@@ -35,6 +36,12 @@ jobs:
35
36
with:
37
persist-credentials: false
38
39
+ - name: Set up Python
40
+ uses: actions/setup-python@v5
41
+ with:
42
+ python-version: ${{ env.PYTHON_VERSION }}
43
+ check-latest: true
44
+
45
- name: Set up Visual Studio environment
46
uses: ilammy/msvc-dev-cmd@v1
47
0 commit comments