Skip to content

Commit

Permalink
Fix deploys (and try Travis-CI dpl v2) (#773)
Browse files Browse the repository at this point in the history
  • Loading branch information
ikonst authored Apr 28, 2020
1 parent 5e75d0d commit 20032fa
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,13 @@ 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
deploy:
provider: pypi
user: lyft-pynamodb
edge: true
password:
secure: "B2AAd62kRYOiCcLjhfIJsICS9laH9J9c5H4tU2C2Vojnb+3W/qj9xP+/GnEZ6Tc2h4SNMQ81Wtzn1CjD3Ut8CCudoBKSZnJmip+EACgpNXjZiU+g0PlEgVbDfJV15OrmFGUeDexxLF3DEQKp8YiMpAhJAH6+SV5W17Er1M6mwBs="
distributions: "sdist bdist_wheel"
on:
tags: true
condition: $TRAVIS_PYTHON_VERSION = 3.7

0 comments on commit 20032fa

Please sign in to comment.