Skip to content

Commit

Permalink
deploy to release must be first
Browse files Browse the repository at this point in the history
  • Loading branch information
colinlin committed Jul 2, 2020
1 parent b094287 commit f7316ab
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ before_deploy:
- export FILE=$(ls dist/*.whl)
- echo "deploying $FILE to GitHub releases"
deploy:
- provider: pypi
username: $PYPI_NAME
password: $PYPI_PW
skip_cleanup: true
on:
tags: true
- provider: releases
api_key: $GITHUB_TOKEN
file: $FILE
skip_cleanup: true
on:
tags: true
- provider: pypi
username: $PYPI_NAME
password: $PYPI_PW
skip_cleanup: true
on:
tags: true

0 comments on commit f7316ab

Please sign in to comment.