From 4c1ad9179c6b6ff0461dc44c4c8dca94f73f4d6c Mon Sep 17 00:00:00 2001 From: colinlin Date: Thu, 2 Jul 2020 22:23:00 +0800 Subject: [PATCH] Fix format typo --- .travis.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 06156f0..0854699 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,11 +7,11 @@ before_deploy: - echo "deploying $FILE to GitHub releases" deploy: - provider: releases - api_key: $GITHUB_TOKEN - file: $FILE - skip_cleanup: true - on: - tags: true + api_key: $GITHUB_TOKEN + file: $FILE + skip_cleanup: true + on: + tags: true - provider: pypi username: $PYPI_NAME password: $PYPI_PW