Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
date: ${{ inputs.date }}
package-name: libcugraph
package-type: cpp
publish-wheel-search-key: libcugraph_wheel_cpp_cugraph
publish-wheel-search-key: cugraph_wheel_cpp_libcugraph
permissions:
actions: read
contents: read
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
date: ${{ inputs.date }}
package-name: pylibcugraph
package-type: python
publish-wheel-search-key: pylibcugraph_wheel_python_cugraph
publish-wheel-search-key: cugraph_wheel_python_pylibcugraph
permissions:
actions: read
contents: read
Expand Down
Loading