Skip to content

Commit

Permalink
Merge pull request #11 from gradio-app/bump_pkginfo
Browse files Browse the repository at this point in the history
Bump pkginfo and twine
  • Loading branch information
aliabid94 authored Dec 16, 2024
2 parents 57081b3 + ace0d38 commit 654ba0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/publish-pypi/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ async function run() {
"pip",
[
"install",
"twine==4",
"twine==6",
"--user",
"--upgrade",
"--no-cache-dir",
Expand Down
2 changes: 1 addition & 1 deletion packages/publish-pypi/requirements.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ keyring==23.11.0
# via twine
more-itertools==9.0.0
# via jaraco-classes
pkginfo==1.10.0
pkginfo==1.12.0
# via
# -r runtime.in
# twine
Expand Down

0 comments on commit 654ba0f

Please sign in to comment.