Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
fopina committed Jan 24, 2019
1 parent 33064f2 commit 88573c1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,16 @@ jobs:
provider: pypi
user: fopina
password: $PYPI_PASSWORD
server: https://test.pypi.org/legacy/
on:
branch: dev
- stage: publish release
if: tag is present
script:
- docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD
- make travis-tag TAG=$TRAVIS_TAG
deploy:
provider: pypi
user: fopina
password: $PYPI_PASSWORD
on:
tags: true

0 comments on commit 88573c1

Please sign in to comment.