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 6060 with :
6161 fetch-depth : 0
6262 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/**') }}
6370 - name : Semantic Release
6471 uses : cycjimmy/semantic-release-action@v4.1.0
6572 with :
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ plugins:
3333 - - "semantic-release-pypi"
3434 - buildCommand : " cd scrapegraph-py && rye build"
3535 distDirectory : " scrapegraph-py/dist"
36+ packageDirectory : " scrapegraph-py"
3637 - " @semantic-release/github"
3738 - - "@semantic-release/git"
3839 - assets :
You can’t perform that action at this time.
0 commit comments