Skip to content

Commit fcf4758

Browse files
committed
stop uploading packages to downloads.rapids.ai, update to 25.08 workflows
1 parent 3ec5fc5 commit fcf4758

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ concurrency:
1616
jobs:
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
@@ -29,7 +29,7 @@ jobs:
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

.github/workflows/pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
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
@@ -32,7 +32,7 @@ jobs:
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"

ci/build_wheel.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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}"

0 commit comments

Comments
 (0)