Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit efcdef6

Browse files
authored
Merge pull request #1954 from stonebig/master
indentation ?
2 parents e62da29 + 3e0d32d commit efcdef6

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

.github/workflows/github_workflows_build-2026_01.yml

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -78,33 +78,33 @@ jobs:
7878
formats: { zip: false, 7z: true, exe: true }
7979
PANDOC: "1"
8080
WINPYARCHDET: "64F"
81-
# Use the workflow input as the single python_versionf matrix value
82-
python_versionf: [ ${{ github.event.inputs.python_versionf }} ]
83-
include:
84-
# Configuration for 3.13
85-
- python_versionf: "3.13"
86-
ver2: "3.13.11.1"
87-
v_tag: "3_13_11_"
88-
src: "https://github.com/astral-sh/python-build-standalone/releases/download/20251205/cpython-3.13.11+20251205-x86_64-pc-windows-msvc-install_only_stripped.tar.gz"
89-
sha: "d8a2b5e05ef71fc71f048a6f409d69b940bc5d33da8b112611cfba68fc5b86c3"
90-
# Configuration for 3.14 (Standard)
91-
- python_versionf: "3.14"
92-
ver2: "3.14.2.1"
93-
v_tag: "3_14_2_"
94-
src: "https://github.com/astral-sh/python-build-standalone/releases/download/20251205/cpython-3.14.2+20251205-x86_64-pc-windows-msvc-install_only_stripped.tar.gz"
95-
sha: "512744d8a86dc6042a712035ada5d87c5e2ce4218f5dbdc74d039cee46e76fb4"
96-
# Configuration for 3.14 (Free-threading override of flavor)
97-
- python_versionf: "3.14F"
98-
ver2: "3.14.2.1"
99-
v_tag: "3_14_2_"
100-
src: "https://github.com/astral-sh/python-build-standalone/releases/download/20251205/cpython-3.14.2+20251205-x86_64-pc-windows-msvc-freethreaded+pgo-full.tar.zst"
101-
sha: "536cf813857ea566fcfae18a1b7dbcd185385f1dc1f04d5a0951bad235c8fc61"
102-
# Configuration for 3.15
103-
- python_versionf: "3.15"
104-
ver2: "3.15.0.1"
105-
v_tag: "3_15_0_"
106-
src: "https://github.com/astral-sh/python-build-standalone/releases/download/20251217/cpython-3.15.0a3+20251217-x86_64-pc-windows-msvc-install_only_stripped.tar.gz"
107-
sha: "4cac37170050bb402eaabad84e7ceb4679ec8ffaf43fbea71d62651ca761dcd7"
81+
# Use the workflow input as the single python_versionf matrix value
82+
python_versionf: [ ${{ github.event.inputs.python_versionf }} ]
83+
include:
84+
# Configuration for 3.13
85+
- python_versionf: "3.13"
86+
ver2: "3.13.11.1"
87+
v_tag: "3_13_11_"
88+
src: "https://github.com/astral-sh/python-build-standalone/releases/download/20251205/cpython-3.13.11+20251205-x86_64-pc-windows-msvc-install_only_stripped.tar.gz"
89+
sha: "d8a2b5e05ef71fc71f048a6f409d69b940bc5d33da8b112611cfba68fc5b86c3"
90+
# Configuration for 3.14 (Standard)
91+
- python_versionf: "3.14"
92+
ver2: "3.14.2.1"
93+
v_tag: "3_14_2_"
94+
src: "https://github.com/astral-sh/python-build-standalone/releases/download/20251205/cpython-3.14.2+20251205-x86_64-pc-windows-msvc-install_only_stripped.tar.gz"
95+
sha: "512744d8a86dc6042a712035ada5d87c5e2ce4218f5dbdc74d039cee46e76fb4"
96+
# Configuration for 3.14 (Free-threading override of flavor)
97+
- python_versionf: "3.14F"
98+
ver2: "3.14.2.1"
99+
v_tag: "3_14_2_"
100+
src: "https://github.com/astral-sh/python-build-standalone/releases/download/20251205/cpython-3.14.2+20251205-x86_64-pc-windows-msvc-freethreaded+pgo-full.tar.zst"
101+
sha: "536cf813857ea566fcfae18a1b7dbcd185385f1dc1f04d5a0951bad235c8fc61"
102+
# Configuration for 3.15
103+
- python_versionf: "3.15"
104+
ver2: "3.15.0.1"
105+
v_tag: "3_15_0_"
106+
src: "https://github.com/astral-sh/python-build-standalone/releases/download/20251217/cpython-3.15.0a3+20251217-x86_64-pc-windows-msvc-install_only_stripped.tar.gz"
107+
sha: "4cac37170050bb402eaabad84e7ceb4679ec8ffaf43fbea71d62651ca761dcd7"
108108

109109
env:
110110
PYTHON_VERSIONF: ${{ github.event.inputs.python_versionf }}

0 commit comments

Comments
 (0)