File tree 3 files changed +7
-1
lines changed
3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 53
53
sha : ${{ inputs.sha }}
54
54
matrix_filter : group_by(.ARCH) | map(max_by([(.PY_VER|split(".")|map(tonumber)), (.CUDA_VER|split(".")|map(tonumber))]))
55
55
script : ci/build_wheel.sh
56
+ wheel-name : rapids_logger
57
+ package-type : cpp
58
+ append-cuda-suffix : false
56
59
wheel-publish-cpp :
57
60
needs : wheel-cpp-build
58
61
secrets : inherit
Original file line number Diff line number Diff line change 39
39
build_type : pull-request
40
40
matrix_filter : group_by(.ARCH) | map(max_by([(.PY_VER|split(".")|map(tonumber)), (.CUDA_VER|split(".")|map(tonumber))]))
41
41
script : ci/build_wheel.sh
42
+ wheel-name : rapids_logger
43
+ package-type : cpp
44
+ append-cuda-suffix : false
42
45
static-build :
43
46
needs : style
44
47
secrets : inherit
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ set -euo pipefail
6
6
package_name=" rapids_logger"
7
7
package_dir=" python/rapids-logger"
8
8
dist_dir=" ${package_dir} /dist"
9
- final_dir=" ${package_dir} /final_dist "
9
+ final_dir=" ${RAPIDS_WHEEL_BLD_OUTPUT_DIR} "
10
10
11
11
source rapids-configure-sccache
12
12
You can’t perform that action at this time.
0 commit comments