Skip to content

Commit

Permalink
travis: automatically publish releases to pypi (#654)
Browse files Browse the repository at this point in the history
  • Loading branch information
ikonst committed Jun 28, 2019
1 parent b8e19af commit bce86cb
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,17 @@ script:

after_success:
- coveralls

jobs:
include:
- stage: deploy
python: '3.6'
deploy:
provider: pypi
user: lyft-pynamodb
password:
secure: "B2AAd62kRYOiCcLjhfIJsICS9laH9J9c5H4tU2C2Vojnb+3W/qj9xP+/GnEZ6Tc2h4SNMQ81Wtzn1CjD3Ut8CCudoBKSZnJmip+EACgpNXjZiU+g0PlEgVbDfJV15OrmFGUeDexxLF3DEQKp8YiMpAhJAH6+SV5W17Er1M6mwBs="
distributions: "sdist bdist_wheel"
on:
tags: true
repo: pynamodb/pynamodb

0 comments on commit bce86cb

Please sign in to comment.