Skip to content

Commit

Permalink
Alter deploy rule.
Browse files Browse the repository at this point in the history
  • Loading branch information
brittonsmith committed Sep 19, 2019
1 parent 20de705 commit 494e1d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
- stage: deploy
name: "deploy to pypi"
if: (tag =~ ^v) AND (branch = master)
if: tag =~ ^v
python: 3.6
before_script: skip
before_install: skip
Expand Down

0 comments on commit 494e1d2

Please sign in to comment.