Skip to content

Commit 9916c2c

Browse files
authored
Upgrade twine package version used for pypi upload (#2185)
Summary: TSIA Figured we should upgrade this while I was working on uploading the new pxapi pypi version. Relevant Issues: #2140 Type of change: /kind dependency Test Plan: Ran the upload to test pypi and verified the virtualenv had the new twine version Signed-off-by: Dom Del Nano <ddelnano@gmail.com>
1 parent 9f66da5 commit 9916c2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/python/wheel_upload.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def _impl(ctx):
2323
"#!/bin/bash -e",
2424
"python3 -m venv venv",
2525
"source venv/bin/activate",
26-
"pip install -q twine==3.4.1",
26+
"pip install -q twine==6.1.0",
2727
]
2828

2929
upload_cmd = [

0 commit comments

Comments
 (0)