@@ -68,27 +68,20 @@ jobs:
6868 sha : ${{ inputs.sha }}
6969 wheel-build-pylibcugraph :
7070 secrets : inherit
71- uses : rapidsai/shared-action-workflows/.github/workflows/wheels-manylinux- build.yml @branch-23.08
71+ uses : rapidsai/shared-action-workflows/.github/workflows/wheels-build.yaml @branch-23.08
7272 with :
7373 build_type : ${{ inputs.build_type || 'branch' }}
7474 branch : ${{ inputs.branch }}
7575 sha : ${{ inputs.sha }}
7676 date : ${{ inputs.date }}
77- package-name : pylibcugraph
78- package-dir : python/pylibcugraph
79-
80- # Note that this approach to cloning repos obviates any modification to
81- # the CMake variables in get_cumlprims_mg.cmake since CMake will just use
82- # the clone as is.
77+ script : ci/build_wheel_pylibcugraph.sh
8378 extra-repo : rapidsai/cugraph-ops
8479 extra-repo-sha : branch-23.08
8580 extra-repo-deploy-key : CUGRAPH_OPS_SSH_PRIVATE_DEPLOY_KEY
86-
87- skbuild-configure-options : " -DDETECT_CONDA_ENV=OFF -DCUGRAPH_BUILD_WHEELS=ON -DFIND_CUGRAPH_CPP=OFF -DCPM_cugraph-ops_SOURCE=${GITHUB_WORKSPACE}/python/pylibcugraph/cugraph-ops/"
8881 wheel-publish-pylibcugraph :
8982 needs : wheel-build-pylibcugraph
9083 secrets : inherit
91- uses : rapidsai/shared-action-workflows/.github/workflows/wheels-manylinux- publish.yml @branch-23.08
84+ uses : rapidsai/shared-action-workflows/.github/workflows/wheels-publish.yaml @branch-23.08
9285 with :
9386 build_type : ${{ inputs.build_type || 'branch' }}
9487 branch : ${{ inputs.branch }}
@@ -98,28 +91,20 @@ jobs:
9891 wheel-build-cugraph :
9992 needs : wheel-publish-pylibcugraph
10093 secrets : inherit
101- uses : rapidsai/shared-action-workflows/.github/workflows/wheels-manylinux- build.yml @branch-23.08
94+ uses : rapidsai/shared-action-workflows/.github/workflows/wheels-build.yaml @branch-23.08
10295 with :
10396 build_type : ${{ inputs.build_type || 'branch' }}
10497 branch : ${{ inputs.branch }}
10598 sha : ${{ inputs.sha }}
10699 date : ${{ inputs.date }}
107- package-name : cugraph
108- package-dir : python/cugraph
109-
110- # Note that this approach to cloning repos obviates any modification to
111- # the CMake variables in get_cumlprims_mg.cmake since CMake will just use
112- # the clone as is.
100+ script : ci/build_wheel_cugraph.sh
113101 extra-repo : rapidsai/cugraph-ops
114102 extra-repo-sha : branch-23.08
115103 extra-repo-deploy-key : CUGRAPH_OPS_SSH_PRIVATE_DEPLOY_KEY
116-
117- before-wheel : " RAPIDS_PY_WHEEL_NAME=pylibcugraph_${{ '${PIP_CU_VERSION}' }} rapids-download-wheels-from-s3 /local-wheelhouse"
118- skbuild-configure-options : " -DDETECT_CONDA_ENV=OFF -DCUGRAPH_BUILD_WHEELS=ON -DFIND_CUGRAPH_CPP=OFF -DCPM_cugraph-ops_SOURCE=${GITHUB_WORKSPACE}/python/cugraph/cugraph-ops/"
119104 wheel-publish-cugraph :
120105 needs : wheel-build-cugraph
121106 secrets : inherit
122- uses : rapidsai/shared-action-workflows/.github/workflows/wheels-manylinux- publish.yml @branch-23.08
107+ uses : rapidsai/shared-action-workflows/.github/workflows/wheels-publish.yaml @branch-23.08
123108 with :
124109 build_type : ${{ inputs.build_type || 'branch' }}
125110 branch : ${{ inputs.branch }}
0 commit comments