File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -66,17 +66,20 @@ jobs:
6666 cd ./scrapegraph-py
6767 - name : Install the latest version of rye
6868 uses : eifinger/setup-rye@v3
69+ - name : Setup Python environment
70+ run : |
71+ cd ./scrapegraph-py
72+ rye sync
6973 - name : Restore build artifacts
7074 uses : actions/cache@v2
7175 with :
72- path : ./dist
73- key : ${{ runner.os }}-bui ld-${{ hashFiles('./dist/**') }}
74- - name : Check folder
75- run : |
76- ls
77- cd ./scrapegraph-py
76+ path : ./scrapegraph-py/dist
77+ key : ${{ runner.os }}-build-${{ hashFiles('./scrapegraph-py/dist/**') }}
7878 - name : Semantic Release
7979 uses : cycjimmy/semantic-release-action@v4.1.0
80+ env :
81+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
82+ PYPI_TOKEN : ${{ secrets.PYPI_TOKEN }}
8083 with :
8184 working_directory : ./scrapegraph-py
8285 semantic_version : 23
8790 @semantic-release/release-notes-generator@13
8891 @semantic-release/github@10
8992 @semantic-release/changelog@6
90- conventional-changelog-conventionalcommits@7
91- env :
92- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
93- PYPI_TOKEN : ${{ secrets.PYPI_TOKEN }}
93+ conventional-changelog-conventionalcommits@7
You can’t perform that action at this time.
0 commit comments