File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed
Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ concurrency:
1616jobs :
1717 wheel-build :
1818 secrets : inherit
19- uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.06
19+ uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.08
2020 with :
2121 build_type : branch
2222 script : ci/build_wheel.sh
2929 wheel-publish :
3030 needs : wheel-build
3131 secrets : inherit
32- uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.06
32+ uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.08
3333 with :
3434 build_type : branch
3535 package-name : rapids-cli
Original file line number Diff line number Diff line change 1818 - name : Run pre-commit
1919 uses : pre-commit/action@v3.0.1
2020 build-wheel :
21- uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.06
21+ uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.08
2222 needs : [checks]
2323 with :
2424 build_type : pull-request
3232 wheel-tests :
3333 needs : [build-wheel]
3434 secrets : inherit
35- uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.06
35+ uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.08
3636 with :
3737 build_type : pull-request
3838 node_type : " gpu-l4-latest-1"
Original file line number Diff line number Diff line change @@ -9,5 +9,3 @@ python -m pip wheel \
99 --disable-pip-version-check \
1010 -w " ${RAPIDS_WHEEL_BLD_OUTPUT_DIR} " \
1111 .
12-
13- RAPIDS_PY_WHEEL_NAME=" rapids-cli" rapids-upload-wheels-to-s3 python " ${RAPIDS_WHEEL_BLD_OUTPUT_DIR} "
You can’t perform that action at this time.
0 commit comments