diff --git a/pypi.sh b/pypi.sh index ec6594e..fcdec8e 100755 --- a/pypi.sh +++ b/pypi.sh @@ -22,6 +22,17 @@ workers = 10 hash-index = false stop-on-error = false delete-packages = true + +[plugins] +enabled = + blacklist_project + +[blacklist] +packages = + tf-nightly-gpu + tf-nightly + tensorflow-io-nightly + tf-nightly-cpu EOF /usr/bin/timeout -s INT 36000 $BANDERSNATCH -c $CONF mirror if [[ $? == 124 ]]; then