File tree Expand file tree Collapse file tree 1 file changed +6
-20
lines changed Expand file tree Collapse file tree 1 file changed +6
-20
lines changed Original file line number Diff line number Diff line change 1818 required : true
1919 type : choice
2020 options :
21- - Python312
22- - Python311
23- default : Python312
24- msvc_version :
25- description : " MSVC Version"
26- required : true
27- type : choice
28- options :
29- - ' latest'
30- - ' 14.40'
31- - ' 14.36'
32- default : ' latest'
21+ - " 3.12"
22+ - " 3.11"
23+ default : " 3.12"
3324 build_type :
3425 description : " Build type"
3526 required : true
4031 default : Release
4132 repository_name :
4233 description : " torchvision repository (username/repo)"
43- required : true
34+ required : false
4435 type : string
4536 default : " pytorch/vision"
4637 repository_branch :
4738 description : " repository branch"
48- required : true
49- type : string
50- default : " main"
51- build_version :
52- description : " Optional: build version for wheel file name (e.g. 2.6.0); leave empty for default naming"
5339 required : false
5440 type : string
55- default : " "
41+ default : " main "
5642
5743permissions :
5844 id-token : write
6248 trigger-test-infra :
6349 uses : alinpahontu2912/test-infra/.github/workflows/build_wheels_windows_arm64.yml@winarm64_wheels
6450 with :
65- python_version : ${{ inputs.python_version || 'Python312 ' }}
51+ python_version : ${{ inputs.python_version || '3.12 ' }}
6652 msvc_version : ${{ inputs.msvc_version || 'latest' }}
6753 build_type : ${{ inputs.build_type || 'Release' }}
6854 repository_name : ${{ inputs.repository_name || 'pytorch/vision' }}
You can’t perform that action at this time.
0 commit comments