set maintained as the target repository for deploy

This commit is contained in:
Balazs Benics 2019-07-28 22:59:58 +02:00
parent 231ea223c8
commit d32e9ce4f7
2 changed files with 4 additions and 4 deletions

View file

@ -1,9 +1,9 @@
env: env:
global: global:
- CONAN_UPLOAD: "https://api.bintray.com/conan/steakhal/development" - CONAN_UPLOAD: "https://api.bintray.com/conan/steakhal/maintained"
- CONAN_BUILD_POLICY: "missing" - CONAN_BUILD_POLICY: "missing"
- CONAN_USERNAME: "steakhal" - CONAN_USERNAME: "steakhal"
- CONAN_CHANNEL: "testing" - CONAN_CHANNEL: "stable"
- CONAN_UPLOAD_ONLY_WHEN_TAG: 1 - CONAN_UPLOAD_ONLY_WHEN_TAG: 1
linux: &linux linux: &linux

View file

@ -3,10 +3,10 @@ build: false
environment: environment:
PYTHON: "C:\\Python37" 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_BUILD_POLICY: "missing"
CONAN_USERNAME: "steakhal" CONAN_USERNAME: "steakhal"
CONAN_CHANNEL: "testing" CONAN_CHANNEL: "stable"
CONAN_UPLOAD_ONLY_WHEN_TAG: 1 CONAN_UPLOAD_ONLY_WHEN_TAG: 1
matrix: matrix: