From b1d19e39a329d8ca44fd3dc66f7f9c80a3c926ec Mon Sep 17 00:00:00 2001 From: "Travis F. Collins" Date: Fri, 5 Jun 2020 12:35:00 -0700 Subject: [PATCH] Fix tag requirement on pypi travis-ci This should fix the deploy stage on the travis-ci builds caused by an invalid yaml config. Signed-off-by: Travis F. Collins --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 32e087bc4..4fe3aa3c2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -166,7 +166,6 @@ deploy: condition: "$TRAVIS_OS_NAME = osx" all_branches: true - provider: pypi - if: tag IS present skip_cleanup: true on: tags: true