fix PyPI deploy to only deploy condtionally (#40)

* deploy pypi conditionally (if branch = master)

* bump verison
This commit is contained in:
Dave Gallant
2019-10-16 22:19:30 -04:00
committed by GitHub
parent e865b950c4
commit 4fbeef7c60
2 changed files with 32 additions and 22 deletions

View File

@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
version = "0.3.1"
version = "0.3.2"