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 e5e4908 commit d953723Copy full SHA for d953723
.github/workflows/release.yml
@@ -60,6 +60,13 @@ jobs:
60
with:
61
fetch-depth: 0
62
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/**') }}
70
- name: Semantic Release
71
uses: cycjimmy/[email protected]
72
.releaserc.yml
@@ -33,6 +33,7 @@ plugins:
33
- - "semantic-release-pypi"
34
- buildCommand: "cd scrapegraph-py && rye build"
35
distDirectory: "scrapegraph-py/dist"
36
+ packageDirectory: "scrapegraph-py"
37
- "@semantic-release/github"
38
- - "@semantic-release/git"
39
- assets:
0 commit comments