fix: upgrade twine

This commit is contained in:
PeriniM 2025-01-02 19:06:27 +01:00
parent bfbacfdb34
commit 020e211238
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ jobs:
uv sync --frozen
uv pip install -e .
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/*
- name: Debug Dist Directory

View File

@ -4081,7 +4081,7 @@ wheels = [
[[package]]
name = "scrapegraphai"
version = "1.34.0b6"
version = "1.34.0b8"
source = { editable = "." }
dependencies = [
{ name = "async-timeout", version = "4.0.3", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.12'" },