Skip to content

Commit c5a61f7

Browse files
committed
try publish
1 parent 32abe6f commit c5a61f7

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/publish-rust.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: publish
22

33
on:
44
workflow_call:
5+
push:
6+
branches:
7+
- "pull-request/[0-9]+"
58

69
jobs:
710
rust-publish:

rust/cuvs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "cuvs"
2+
name = "jawe-cuvs"
33
description = "RAPIDS vector search library"
44
version.workspace = true
55
edition.workspace = true

0 commit comments

Comments
 (0)