Skip to content
This repository has been archived by the owner on Oct 6, 2021. It is now read-only.

Commit

Permalink
Deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
adamltyson authored Jan 27, 2020
1 parent bb220e6 commit d933114
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,11 @@ notifications:
- [email protected]
on_success: change
on_failure: always
deploy:
- provider: pypi
user: __token__
distributions: sdist bdist_wheel
skip_existing: true
on:
branch: master
tags: true
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="neuro",
version="0.0.1a",
version="0.0.2",
description="Visualisation and analysis of brain imaging data",
install_requires=requirements,
extras_require={
Expand Down

0 comments on commit d933114

Please sign in to comment.