Skip to content

Commit

Permalink
try adding publish job to PR worklow
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon-b-miller committed Dec 4, 2023
1 parent baaf2a8 commit 1fb5959
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- compute-matrix
- build-wheels
- test-wheels
- publish-wheels
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/[email protected]
checks:
Expand Down Expand Up @@ -51,3 +52,14 @@ jobs:
build_type: pull-request
script: "ci/test_wheel.sh"
matrix_filter: ${{ needs.compute-matrix.outputs.TEST_MATRIX }}
publish-wheels:
needs:
- build-wheels
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/[email protected]
with:
build_type: ${{ inputs.build_type || 'branch' }}
branch: ${{ inputs.branch }}
sha: ${{ inputs.sha }}
date: ${{ inputs.date }}
package-name: pynvjitlink-cu12

0 comments on commit 1fb5959

Please sign in to comment.