Skip to content

Commit 20032fa

Browse files
authored
Fix deploys (and try Travis-CI dpl v2) (#773)
1 parent 5e75d0d commit 20032fa

File tree

1 file changed

+10
-13
lines changed

1 file changed

+10
-13
lines changed

.travis.yml

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,13 @@ script:
3434
after_success:
3535
- coveralls
3636

37-
jobs:
38-
include:
39-
- stage: deploy
40-
python: '3.6'
41-
deploy:
42-
provider: pypi
43-
user: lyft-pynamodb
44-
password:
45-
secure: "B2AAd62kRYOiCcLjhfIJsICS9laH9J9c5H4tU2C2Vojnb+3W/qj9xP+/GnEZ6Tc2h4SNMQ81Wtzn1CjD3Ut8CCudoBKSZnJmip+EACgpNXjZiU+g0PlEgVbDfJV15OrmFGUeDexxLF3DEQKp8YiMpAhJAH6+SV5W17Er1M6mwBs="
46-
distributions: "sdist bdist_wheel"
47-
on:
48-
tags: true
49-
repo: pynamodb/PynamoDB
37+
deploy:
38+
provider: pypi
39+
user: lyft-pynamodb
40+
edge: true
41+
password:
42+
secure: "B2AAd62kRYOiCcLjhfIJsICS9laH9J9c5H4tU2C2Vojnb+3W/qj9xP+/GnEZ6Tc2h4SNMQ81Wtzn1CjD3Ut8CCudoBKSZnJmip+EACgpNXjZiU+g0PlEgVbDfJV15OrmFGUeDexxLF3DEQKp8YiMpAhJAH6+SV5W17Er1M6mwBs="
43+
distributions: "sdist bdist_wheel"
44+
on:
45+
tags: true
46+
condition: $TRAVIS_PYTHON_VERSION = 3.7

0 commit comments

Comments
 (0)