[CI] Update twine version in ml-build docker files

Twine must be updated to support metadata version 2.4

PiperOrigin-RevId: 754019315
This commit is contained in:
Michael Hudgins
2025-05-02 08:50:25 -07:00
committed by TensorFlower Gardener
parent 3ff940e43c
commit 3002a7f607
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# For wheel verification, and uploading
auditwheel ~= 6.1.0
twine ~= 5.1.1
twine ~= 6.1.0
id
urllib3
requests

View File

@@ -1,7 +1,7 @@
portpicker==1.6.0
# For wheel verification, and uploading
auditwheel ~= 6.1.0
twine ~= 5.1.1
twine ~= 6.1.0
# uv is faster than pip for installing Python packages.
uv ~= 0.5.30