From 40b479393265ba6bbaa1806275e4c2dc3e8c2a20 Mon Sep 17 00:00:00 2001 From: Feng Huang Date: Thu, 27 Apr 2023 12:57:08 -0400 Subject: [PATCH] fix pypi release Signed-off-by: Feng Huang --- build_tag.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_tag.sh b/build_tag.sh index 1301dfa9b6..f1b65a0b03 100755 --- a/build_tag.sh +++ b/build_tag.sh @@ -1,5 +1,5 @@ #!/bin/bash -python3 -m pip install --user twine wheel +python3 -m pip install --user urllib3==1.26.15 twine wheel python3 setup.py bdist_wheel python3 -m twine upload dist/*