Skip to content

Commit e5e4908

Browse files
committed
feat: semantic release
1 parent 3e611f2 commit e5e4908

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.releaserc.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ plugins:
3030
- type: ci
3131
section: CI
3232
- "@semantic-release/changelog"
33-
- "semantic-release-pypi"
33+
- - "semantic-release-pypi"
34+
- buildCommand: "cd scrapegraph-py && rye build"
35+
distDirectory: "scrapegraph-py/dist"
3436
- "@semantic-release/github"
3537
- - "@semantic-release/git"
3638
- assets:

0 commit comments

Comments
 (0)