Skip to content

Commit

Permalink
Fix format typo
Browse files Browse the repository at this point in the history
  • Loading branch information
colinlin committed Jul 2, 2020
1 parent 7ad90f0 commit 4c1ad91
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4c1ad91

Please sign in to comment.