travis: Don't overwrite the deploy configs.
parent
e48b34b98e
commit
c62e42a6af
12
.travis.yml
12
.travis.yml
|
@ -68,18 +68,18 @@ script:
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
# Deploy for linux using the manylinux docker image.
|
# Deploy for linux using the manylinux docker image.
|
||||||
provider: script
|
- provider: script
|
||||||
script: "ci/deploy.sh"
|
script: "ci/deploy.sh"
|
||||||
on:
|
on:
|
||||||
tags: true
|
tags: true
|
||||||
condition: $TRAVIS_OS_NAME = linux
|
condition: $TRAVIS_OS_NAME = linux
|
||||||
repo: tantivy-search/tantivy-py
|
repo: tantivy-search/tantivy-py
|
||||||
python: 3.8
|
python: 3.8
|
||||||
|
|
||||||
# Deploy for macos using maturin directly
|
# Deploy for macos using maturin directly
|
||||||
provider: script
|
- provider: script
|
||||||
script: "ci/deploy_mac.sh"
|
script: "ci/deploy_mac.sh"
|
||||||
on:
|
on:
|
||||||
tags: true
|
tags: true
|
||||||
condition: $TRAVIS_OS_NAME = osx
|
condition: $TRAVIS_OS_NAME = osx
|
||||||
repo: tantivy-search/tantivy-py
|
repo: tantivy-search/tantivy-py
|
||||||
|
|
Loading…
Reference in New Issue