Skip to content

Commit 4c1ad91

Browse files
author
colinlin
committed
Fix format typo
1 parent 7ad90f0 commit 4c1ad91

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ before_deploy:
77
- echo "deploying $FILE to GitHub releases"
88
deploy:
99
- provider: releases
10-
api_key: $GITHUB_TOKEN
11-
file: $FILE
12-
skip_cleanup: true
13-
on:
14-
tags: true
10+
api_key: $GITHUB_TOKEN
11+
file: $FILE
12+
skip_cleanup: true
13+
on:
14+
tags: true
1515
- provider: pypi
1616
username: $PYPI_NAME
1717
password: $PYPI_PW

0 commit comments

Comments
 (0)