travis: Don't overwrite the deploy configs.
parent
e48b34b98e
commit
c62e42a6af
|
@ -68,7 +68,7 @@ script:
|
|||
|
||||
deploy:
|
||||
# Deploy for linux using the manylinux docker image.
|
||||
provider: script
|
||||
- provider: script
|
||||
script: "ci/deploy.sh"
|
||||
on:
|
||||
tags: true
|
||||
|
@ -77,7 +77,7 @@ deploy:
|
|||
python: 3.8
|
||||
|
||||
# Deploy for macos using maturin directly
|
||||
provider: script
|
||||
- provider: script
|
||||
script: "ci/deploy_mac.sh"
|
||||
on:
|
||||
tags: true
|
||||
|
|
Loading…
Reference in New Issue