@@ -202,10 +202,70 @@ jobs:
202202 resize_partitions : False
203203 runs_on : ['ubuntu-latest']
204204 tools_install_dir : ~/miniforge3
205+ - CONFIG : win_64_python3.11.____cpython
206+ STORE_BUILD_ARTIFACTS : False
207+ UPLOAD_PACKAGES : True
208+ build_platform : win-64
209+ build_workspace_dir : D:\\bld\\
210+ docker_run_args :
211+ free_disk_space : skip
212+ os : windows
213+ pagefile_size : 0
214+ resize_partitions : False
215+ runs_on : ['windows-2022']
216+ tools_install_dir : D:\Miniforge
217+ - CONFIG : win_64_python3.12.____cpython
218+ STORE_BUILD_ARTIFACTS : False
219+ UPLOAD_PACKAGES : True
220+ build_platform : win-64
221+ build_workspace_dir : D:\\bld\\
222+ docker_run_args :
223+ free_disk_space : skip
224+ os : windows
225+ pagefile_size : 0
226+ resize_partitions : False
227+ runs_on : ['windows-2022']
228+ tools_install_dir : D:\Miniforge
229+ - CONFIG : win_64_python3.13.____cp313
230+ STORE_BUILD_ARTIFACTS : False
231+ UPLOAD_PACKAGES : True
232+ build_platform : win-64
233+ build_workspace_dir : D:\\bld\\
234+ docker_run_args :
235+ free_disk_space : skip
236+ os : windows
237+ pagefile_size : 0
238+ resize_partitions : False
239+ runs_on : ['windows-2022']
240+ tools_install_dir : D:\Miniforge
241+ - CONFIG : win_64_python3.14.____cp314
242+ STORE_BUILD_ARTIFACTS : False
243+ UPLOAD_PACKAGES : True
244+ build_platform : win-64
245+ build_workspace_dir : D:\\bld\\
246+ docker_run_args :
247+ free_disk_space : skip
248+ os : windows
249+ pagefile_size : 0
250+ resize_partitions : False
251+ runs_on : ['windows-2022']
252+ tools_install_dir : D:\Miniforge
253+ - CONFIG : win_64_python3.14.____cp314t
254+ STORE_BUILD_ARTIFACTS : False
255+ UPLOAD_PACKAGES : True
256+ build_platform : win-64
257+ build_workspace_dir : D:\\bld\\
258+ docker_run_args :
259+ free_disk_space : skip
260+ os : windows
261+ pagefile_size : 0
262+ resize_partitions : False
263+ runs_on : ['windows-2022']
264+ tools_install_dir : D:\Miniforge
205265 steps :
206266
207267 - name : Checkout code
208- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
268+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 .0.1
209269 - name : Configure binfmt_misc
210270 if : matrix.os == 'ubuntu'
211271 shell : bash
@@ -234,7 +294,7 @@ jobs:
234294 run : |
235295 export CONDA_BLD_PATH="${CONDA_BLD_PATH/#~/${HOME}}"
236296 export FEEDSTOCK_NAME="$(basename $GITHUB_REPOSITORY)"
237- export GIT_BRANCH="$(basename $GITHUB_REF) "
297+ export GIT_BRANCH="${GITHUB_REF_NAME} "
238298 export MINIFORGE_HOME="${MINIFORGE_HOME/#~/${HOME}}"
239299 export flow_run_id="github_$GITHUB_RUN_ID"
240300 export remote_url="https://github.com/$GITHUB_REPOSITORY"
@@ -264,7 +324,7 @@ jobs:
264324 run : |
265325 export CONDA_BLD_PATH="${CONDA_BLD_PATH/#~/${HOME}}"
266326 export FEEDSTOCK_NAME="$(basename $GITHUB_REPOSITORY)"
267- export GIT_BRANCH="$(basename $GITHUB_REF) "
327+ export GIT_BRANCH="${GITHUB_REF_NAME} "
268328 export MINIFORGE_HOME="${MINIFORGE_HOME/#~/${HOME}}"
269329 export flow_run_id="github_$GITHUB_RUN_ID"
270330 export remote_url="https://github.com/$GITHUB_REPOSITORY"
@@ -286,6 +346,7 @@ jobs:
286346 set "sha=%GITHUB_SHA%"
287347 call ".scripts\run_win_build.bat"
288348 env :
349+ BUILD_PLATFORM : ${{ matrix.build_platform }}
289350 CI : github_actions
290351 CONDA_BLD_PATH : ${{ matrix.build_workspace_dir }}
291352 CONFIG : ${{ matrix.CONFIG }}
0 commit comments