mirror of
https://github.com/VinciGit00/Scrapegraph-ai.git
synced 2026-07-01 21:00:48 +08:00
fix: twine
This commit is contained in:
parent
df07da9bcc
commit
eb36a2b630
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -38,10 +38,11 @@ jobs:
|
||||
run: |
|
||||
uv venv
|
||||
. .venv/bin/activate
|
||||
uv pip install --upgrade setuptools wheel hatchling twine
|
||||
uv pip install --upgrade setuptools wheel hatchling
|
||||
uv sync --frozen
|
||||
uv pip install -e .
|
||||
uv build
|
||||
uv pip install twine # Explicitly install twine again
|
||||
python -m twine check dist/*
|
||||
|
||||
- name: Debug Dist Directory
|
||||
|
||||
Loading…
Reference in New Issue
Block a user