Skip to content

Commit

Permalink
Merge pull request #3 from informatics-lab/pypi
Browse files Browse the repository at this point in the history
Add PyPI deploy
  • Loading branch information
jacobtomlinson authored Apr 12, 2019
2 parents 42b31d8 + d97411a commit 5d893ef
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,12 @@ script:
# Otherwise upload package to dev channel
anaconda -t ${ANACONDA_TOKEN} upload -u informaticslab --label dev --force `conda build --output ./conda`
fi
deploy:
provider: pypi
user: $PYPI_USER
password: $PYPI_PASSWORD
skip_cleanup: true
on:
tags: true
repo: informatics-lab/intake_geopandas

0 comments on commit 5d893ef

Please sign in to comment.