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 d953723 commit 19eda59Copy full SHA for 19eda59
.github/workflows/release.yml
@@ -55,6 +55,9 @@ jobs:
55
pull-requests: write
56
id-token: write
57
steps:
58
+ - name: Go to scrapegraph-py folder
59
+ run: |
60
+ cd scrapegraph-py
61
- name: Checkout repo
62
uses: actions/[email protected]
63
with:
@@ -65,12 +68,12 @@ jobs:
65
68
- name: Restore build artifacts
66
69
uses: actions/cache@v2
67
70
- path: scrapegraph-py/dist
- key: ${{ runner.os }}-build-${{ hashFiles('scrapegraph-py/dist/**') }}
71
+ working_directory: scrapegraph-py
72
- name: Semantic Release
73
uses: cycjimmy/[email protected]
74
75
semantic_version: 23
76
77
extra_plugins: |
78
semantic-release-pypi@3
79
@semantic-release/git
0 commit comments