Skip to content

Commit 0dbe399

Browse files
committed
chore(action): dsync version until merge at 0.1.0
1 parent c372f39 commit 0dbe399

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/python-release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@
55
#
66
name: Python PyPi Release
77

8+
# TODO: revert back to v when release 0.1.0
9+
# to sync the rust, and the python binding
810
on:
911
push:
1012
tags:
11-
- v*
13+
- py-v*
1214

1315
permissions:
1416
contents: read

.github/workflows/rust-release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@ env:
44
CRATES_TOKEN: ${{ secrets.CRATES_TOKEN }}
55

66
on:
7-
workflow_run:
8-
workflows: ["Python PyPi Release"]
9-
types:
10-
- completed
7+
push:
8+
tags:
9+
- rs-v*
1110

1211

1312
jobs:

0 commit comments

Comments
 (0)