mirror of
https://github.com/VinciGit00/Scrapegraph-ai.git
synced 2026-07-01 21:00:48 +08:00
fix: release workflow
This commit is contained in:
parent
1be6ffe309
commit
a00f128992
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@ -38,9 +38,10 @@ jobs:
|
||||
run: |
|
||||
uv venv
|
||||
. .venv/bin/activate
|
||||
uv pip install build hatchling hatch-vcs
|
||||
uv pip install twine
|
||||
uv sync --frozen
|
||||
uv build --no-sources
|
||||
uv pip install -e .
|
||||
uv build
|
||||
|
||||
- name: Cache build artifacts
|
||||
uses: actions/cache@v3
|
||||
|
||||
Loading…
Reference in New Issue
Block a user