mirror of
https://github.com/VinciGit00/Scrapegraph-ai.git
synced 2026-07-01 21:00:48 +08:00
fix: uv build
This commit is contained in:
parent
bcac20a7a8
commit
1be6ffe309
9
.github/workflows/release.yml
vendored
9
.github/workflows/release.yml
vendored
@ -34,17 +34,14 @@ jobs:
|
||||
fetch-depth: 0
|
||||
persist-credentials: false
|
||||
|
||||
- name: Install dependencies
|
||||
- name: Install dependencies and build package
|
||||
run: |
|
||||
uv venv
|
||||
source .venv/bin/activate
|
||||
. .venv/bin/activate
|
||||
uv pip install build hatchling hatch-vcs
|
||||
uv sync --frozen
|
||||
uv build --no-sources
|
||||
|
||||
- name: Build package
|
||||
run: python -m build
|
||||
id: build_cache
|
||||
|
||||
- name: Cache build artifacts
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user