travis: Make 3.7 the build leader/deployer

This commit is contained in:
James R. Barlow
2019-08-26 13:30:07 -07:00
parent 09457edad3
commit fdefcd8af2
+2 -2
View File
@@ -127,7 +127,7 @@ script:
deploy:
# release for main pypi
# 3.6 is considered the build leader and does the deploy, otherwise there is
# 3.7 is considered the build leader and does the deploy, otherwise there is
# a race and all versions will try to deploy
# OTOH if we ever need separate binary wheels then each version needs its
# own deploy
@@ -139,5 +139,5 @@ deploy:
on:
branch: master
tags: true
condition: $TRAVIS_PYTHON_VERSION == "3.6" && $TRAVIS_OS_NAME == "linux"
condition: $TRAVIS_PYTHON_VERSION == "3.7" && $TRAVIS_OS_NAME == "linux"
skip_upload_docs: true