Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #65 from eduNEXT/lmm/fix_pypi
Browse files Browse the repository at this point in the history
[BD-6] Only deploy to pypi once
  • Loading branch information
awais786 authored May 11, 2020
2 parents fdb5aab + b2e9afd commit 26e23e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ deploy:
on:
tags: true
python: 3.5
condition: "$TOXENV = quality"
password:
secure: niAkz7MPmeGxu+dgicFGm8SydYPy0PYZI8jn/Rcs+B9ASPt8oJ0sFxGLtYLl7b0Rg9UcRrHHfoLOMWYK/0n+cdgGPJEmtXHnxBgzSdliYl5kO16A3omK4s7a8794qJ+4DM/LraFc2jU3Fg1t2PJZp4BuNMVIpSch3iZ3bvWhh/s=
2 changes: 1 addition & 1 deletion analyticsclient/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.16.0'
__version__ = '0.16.1'

0 comments on commit 26e23e7

Please sign in to comment.