Use Deployment v2 API in travis

This commit is contained in:
kngwyu 2020-06-06 23:59:15 +09:00
parent bf6e5c45e5
commit 7501b16bc2
1 changed files with 3 additions and 0 deletions

View File

@ -47,6 +47,7 @@ script:
deploy:
- provider: script
script: ./ci/travis/cover.sh
edge: true
on:
branch: master
repo: PyO3/pyo3
@ -54,6 +55,7 @@ deploy:
condition: $TRAVIS_EVENT_TYPE != "cron"
- provider: script
script: ./ci/travis/guide.sh
edge: true
on:
branch: master
repo: PyO3/pyo3
@ -61,6 +63,7 @@ deploy:
condition: $TRAVIS_EVENT_TYPE != "cron"
- provider: script
script: ./ci/travis/guide.sh
edge: true
on:
tags: true
repo: PyO3/pyo3