Skip to content

Commit

Permalink
Fix deploy condition in travis yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnoe committed Oct 7, 2020
1 parent 0c077bb commit 6b5e83f
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 @@ -62,4 +62,4 @@ deploy:
on:
tags: true
branch: master
condition: $TRAVIS_PYTHON_VERSION = "3.7"
condition: $PYTHON_VERSION = "3.7"

0 comments on commit 6b5e83f

Please sign in to comment.