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 2cbbcd9
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 @@ -66,3 +66,15 @@ jobs:
with:
build_type: pull-request
script: ci/test_wheel.sh
wheel-publish:
permissions:
id-token: write
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 2cbbcd9

Please sign in to comment.