File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 60
60
with :
61
61
fetch-depth : 0
62
62
persist-credentials : false
63
+ - name : Install the latest version of rye
64
+ uses : eifinger/setup-rye@v3
65
+ - name : Restore build artifacts
66
+ uses : actions/cache@v2
67
+ with :
68
+ path : scrapegraph-py/dist
69
+ key : ${{ runner.os }}-build-${{ hashFiles('scrapegraph-py/dist/**') }}
63
70
- name : Semantic Release
64
71
uses : cycjimmy/semantic-release-action@v4.1.0
65
72
with :
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ plugins:
33
33
- - "semantic-release-pypi"
34
34
- buildCommand : " cd scrapegraph-py && rye build"
35
35
distDirectory : " scrapegraph-py/dist"
36
+ packageDirectory : " scrapegraph-py"
36
37
- " @semantic-release/github"
37
38
- - "@semantic-release/git"
38
39
- assets :
You can’t perform that action at this time.
0 commit comments