@@ -6,7 +6,7 @@ parameters:
66 ToBeSigned : false
77 ExtraOptions : ' '
88 ExtraOptionsFreethreaded : ' --disable-gil'
9- TailcallingOption : ' '
9+ TailCallingOption : ' '
1010
1111jobs :
1212- job : Build_Docs
7272 Platform : x64
7373 Configuration : Release
7474 _HostPython : .\python
75- ExtraOptions : ${{ parameters.ExtraOptions }} ${{ parameters.TailcallingOption }}
75+ ExtraOptions : ${{ parameters.ExtraOptions }} ${{ parameters.TailCallingOption }}
7676 ${{ if eq(parameters.ToBeSigned, 'true') }} :
7777 Artifact : unsigned_amd64
7878 ${{ else }} :
@@ -132,7 +132,7 @@ jobs:
132132 Platform : x64
133133 Configuration : Release
134134 _HostPython : .\python
135- ExtraOptions : ${{ parameters.ExtraOptionsFreethreaded }} ${{ parameters.TailcallingOption }}
135+ ExtraOptions : ${{ parameters.ExtraOptionsFreethreaded }} ${{ parameters.TailCallingOption }}
136136 ${{ if eq(parameters.ToBeSigned, 'true') }} :
137137 Artifact : unsigned_amd64_t
138138 ${{ else }} :
@@ -186,7 +186,7 @@ jobs:
186186 Platform : x64
187187 _HostPython : .\python
188188 PythonExePattern : python.exe
189- ExtraOptions : ${{ parameters.ExtraOptions }} ${{ parameters.TailcallingOption }}
189+ ExtraOptions : ${{ parameters.ExtraOptions }} ${{ parameters.TailCallingOption }}
190190 ${{ if eq(parameters.ToBeSigned, 'true') }} :
191191 Artifact : unsigned_amd64
192192 ${{ else }} :
@@ -198,7 +198,7 @@ jobs:
198198 Platform : x64
199199 _HostPython : .\python
200200 PythonExePattern : python3*t.exe
201- ExtraOptions : ${{ parameters.ExtraOptionsFreethreaded }} ${{ parameters.TailcallingOption }}
201+ ExtraOptions : ${{ parameters.ExtraOptionsFreethreaded }} ${{ parameters.TailCallingOption }}
202202 ${{ if eq(parameters.ToBeSigned, 'true') }} :
203203 Artifact : unsigned_amd64_t
204204 ${{ else }} :
0 commit comments