diff --git a/.travis.yml b/.travis.yml index f12752a..708e374 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/appveyor.yml b/appveyor.yml index e772f9a..5b6eb87 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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: