File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change
1
+ # Copyright (c) 2025, NVIDIA CORPORATION & AFFILIATES. ALL RIGHTS RESERVED.
2
+ #
3
+ # SPDX-License-Identifier: Apache-2.0
4
+
1
5
on :
2
6
workflow_call :
3
7
inputs :
4
8
host-platform :
5
9
required : true
6
10
type : string
7
11
cuda-version :
12
+ required : true
8
13
type : string
9
- default : " 12.8.0"
10
14
11
15
defaults :
12
16
run :
83
87
env
84
88
85
89
- name : Build cuda.core wheel
86
- uses : pypa/cibuildwheel@v2.22.0
90
+ uses : pypa/cibuildwheel@faf86a6ed7efa889faf6996aa23820831055001a # v2.23.3
87
91
env :
88
92
CIBW_BUILD : ${{ env.CIBW_BUILD }}
89
93
CIBW_ARCHS_LINUX : " native"
@@ -122,7 +126,7 @@ jobs:
122
126
cuda-version : ${{ inputs.cuda-version }}
123
127
124
128
- name : Build cuda.bindings wheel
125
- uses : pypa/cibuildwheel@v2.22.0
129
+ uses : pypa/cibuildwheel@faf86a6ed7efa889faf6996aa23820831055001a # v2.23.3
126
130
env :
127
131
CIBW_BUILD : ${{ env.CIBW_BUILD }}
128
132
CIBW_ARCHS_LINUX : " native"
Original file line number Diff line number Diff line change
1
+ # Copyright (c) 2025, NVIDIA CORPORATION & AFFILIATES. ALL RIGHTS RESERVED.
2
+ #
3
+ # SPDX-License-Identifier: Apache-2.0
4
+
1
5
# Note: This name is referred to in the test job, so make sure any changes are sync'd up!
2
6
# Further this is referencing a run in the backport branch to fetch old bindings.
3
7
name : " CI"
You can’t perform that action at this time.
0 commit comments