mirror of
https://github.com/VinciGit00/Scrapegraph-ai.git
synced 2026-07-01 21:00:48 +08:00
fix: upgrade twine
This commit is contained in:
parent
bfbacfdb34
commit
020e211238
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
|||||||
uv sync --frozen
|
uv sync --frozen
|
||||||
uv pip install -e .
|
uv pip install -e .
|
||||||
uv build
|
uv build
|
||||||
uv pip install "pkginfo>=1.10.0" twine # Install newer pkginfo with twine
|
uv pip install --upgrade pkginfo==1.12.0 twine==6.0.1 # Upgrade pkginfo and install twine
|
||||||
python -m twine check dist/*
|
python -m twine check dist/*
|
||||||
|
|
||||||
- name: Debug Dist Directory
|
- name: Debug Dist Directory
|
||||||
|
|||||||
2
uv.lock
2
uv.lock
@ -4081,7 +4081,7 @@ wheels = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "scrapegraphai"
|
name = "scrapegraphai"
|
||||||
version = "1.34.0b6"
|
version = "1.34.0b8"
|
||||||
source = { editable = "." }
|
source = { editable = "." }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "async-timeout", version = "4.0.3", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.12'" },
|
{ name = "async-timeout", version = "4.0.3", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.12'" },
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user