Skip to content

Commit

Permalink
Add publish workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleFromNVIDIA committed May 6, 2024
1 parent 518c3e0 commit 482dcc3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/checks-and-builds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,15 @@ jobs:
script: "ci/build_wheel.sh"
# Select only the build with the minimum Python version and the maximum CUDA version
matrix_filter: '[map(select(.ARCH == "amd64")) | min_by((.PY_VER | split(".") | map(tonumber)), (.CUDA_VER | split(".") | map(-tonumber)))]'
publish-wheels:
needs:
- build-wheels
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-24.06
with:
package-name: rapids-build-backend
publish-conda:
needs:
- build-conda
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@branch-24.06

0 comments on commit 482dcc3

Please sign in to comment.