Skip to content

Commit

Permalink
Blacklist setuptool version 50.0 to fix kokoro
Browse files Browse the repository at this point in the history
Context: pypa/setuptools#2352
PiperOrigin-RevId: 329312581
  • Loading branch information
Conchylicultor authored and tfds-copybara committed Aug 31, 2020
1 parent 88a8333 commit 44a2c83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oss_scripts/oss_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -e # fail and exit on any command erroring
source ./oss_scripts/utils.sh
function setup_env() {
create_virtualenv $1 $2
pip install -q --upgrade setuptools pip
pip install -q "setuptools!=50.0" --force-reinstall
pip install -q wheel twine pyopenssl
}

Expand Down

0 comments on commit 44a2c83

Please sign in to comment.