set maintained as the target repository for deploy
This commit is contained in:
parent
231ea223c8
commit
d32e9ce4f7
2 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
|||
env:
|
||||
global:
|
||||
- CONAN_UPLOAD: "https://api.bintray.com/conan/steakhal/development"
|
||||
- CONAN_UPLOAD: "https://api.bintray.com/conan/steakhal/maintained"
|
||||
- CONAN_BUILD_POLICY: "missing"
|
||||
- CONAN_USERNAME: "steakhal"
|
||||
- CONAN_CHANNEL: "testing"
|
||||
- CONAN_CHANNEL: "stable"
|
||||
- CONAN_UPLOAD_ONLY_WHEN_TAG: 1
|
||||
|
||||
linux: &linux
|
||||
|
|
|
@ -3,10 +3,10 @@ build: false
|
|||
environment:
|
||||
PYTHON: "C:\\Python37"
|
||||
|
||||
CONAN_UPLOAD: "https://api.bintray.com/conan/steakhal/development"
|
||||
CONAN_UPLOAD: "https://api.bintray.com/conan/steakhal/maintained"
|
||||
CONAN_BUILD_POLICY: "missing"
|
||||
CONAN_USERNAME: "steakhal"
|
||||
CONAN_CHANNEL: "testing"
|
||||
CONAN_CHANNEL: "stable"
|
||||
CONAN_UPLOAD_ONLY_WHEN_TAG: 1
|
||||
|
||||
matrix:
|
||||
|
|
Loading…
Reference in a new issue