Skip to content

Commit

Permalink
add publish to pr workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AyodeAwe committed Jun 24, 2024
1 parent 373783e commit 6e99742
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- docs-build
- wheel-build
- wheel-tests
- wheel-publish
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/[email protected]
checks:
Expand Down Expand Up @@ -66,3 +67,13 @@ jobs:
with:
build_type: pull-request
script: ci/test_wheel.sh
wheel-publish:
needs: wheel-build
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@test_pypi_trusted_publish
with:
build_type: ${{ inputs.build_type || 'branch' }}
branch: ${{ inputs.branch }}
sha: ${{ inputs.sha }}
date: ${{ inputs.date }}
package-name: cucim

0 comments on commit 6e99742

Please sign in to comment.