Skip to content

Commit

Permalink
Update version and add PyPI upload
Browse files Browse the repository at this point in the history
  • Loading branch information
vfdev-5 committed Aug 23, 2018
1 parent d7ae875 commit 46dc932
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,22 @@ script:

after_success:
- coveralls


# PyPI Deployment: https://docs.travis-ci.com/user/deployment/pypi/
deploy:
provider: pypi
user: vfdev-5
# If password contains non alphanumeric characters
# https://github.com/travis-ci/dpl/issues/377
# pass it as secured variable
password: $PYPI_TOKEN
# otherwise, follow "How to encrypt the password": https://docs.travis-ci.com/user/encryption-keys/
# `travis encrypt deploy.password="password"`
# secure: "secured_password"

skip_cleanup: true
distributions: "sdist bdist_wheel"
on:
tags: true
python: "3.5"
2 changes: 1 addition & 1 deletion image_dataset_viz/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

__version__ = '0.2.1.1'
__version__ = '0.2.2'

import numpy as np

Expand Down

0 comments on commit 46dc932

Please # to comment.