We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edd23d9 commit 595c3c6Copy full SHA for 595c3c6
.github/workflows/release.yml
@@ -63,17 +63,15 @@ jobs:
63
- name: Go to scrapegraph-py folder
64
run: |
65
ls
66
+ cd ./scrapegraph-py
67
- name: Install the latest version of rye
68
uses: eifinger/setup-rye@v3
69
- name: Restore build artifacts
70
uses: actions/cache@v2
- with:
71
- working_directory: scrapegraph-py
72
- name: Semantic Release
73
uses: cycjimmy/semantic-release-action@v4.1.0
74
with:
75
semantic_version: 23
76
77
extra_plugins: |
78
semantic-release-pypi@3
79
@semantic-release/git
0 commit comments