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:
66
66
cd ./scrapegraph-py
67
67
- name : Install the latest version of rye
68
68
uses : eifinger/setup-rye@v3
69
+ - name : Setup Python environment
70
+ run : |
71
+ cd ./scrapegraph-py
72
+ rye sync
69
73
- name : Restore build artifacts
70
74
uses : actions/cache@v2
71
75
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/**') }}
78
78
- name : Semantic Release
79
79
80
+ env :
81
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
82
+ PYPI_TOKEN : ${{ secrets.PYPI_TOKEN }}
80
83
with :
81
84
working_directory : ./scrapegraph-py
82
85
semantic_version : 23
87
90
@semantic-release/release-notes-generator@13
88
91
@semantic-release/github@10
89
92
@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