Skip to content

Commit 44a2c83

Browse files
Conchylicultortfds-copybara
authored andcommitted
Blacklist setuptool version 50.0 to fix kokoro
Context: pypa/setuptools#2352 PiperOrigin-RevId: 329312581
1 parent 88a8333 commit 44a2c83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oss_scripts/oss_release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -e # fail and exit on any command erroring
66
source ./oss_scripts/utils.sh
77
function setup_env() {
88
create_virtualenv $1 $2
9-
pip install -q --upgrade setuptools pip
9+
pip install -q "setuptools!=50.0" --force-reinstall
1010
pip install -q wheel twine pyopenssl
1111
}
1212

0 commit comments

Comments
 (0)