Unset CERTBOT_OLDEST in release script.

This commit is contained in:
Brad Warren 2019-04-30 11:19:10 -07:00
parent ef67c3e7ec
commit 2aa6f8274e

View file

@ -109,6 +109,9 @@ SetVersion() {
SetVersion "$version"
# Unset CERTBOT_OLDEST to prevent wheels from being built improperly due to
# conditionals like the one found in certbot-dns-dnsimple's setup.py file.
unset CERTBOT_OLDEST
echo "Preparing sdists and wheels"
for pkg_dir in . $SUBPKGS_NO_CERTBOT
do