mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 21:36:11 +01:00
Upload conan releases to catch2 remote (instead of Catch2)
At some point we moved over to catch2:catchorg (notice lowercase `c`) instead of Catch2:catchorg, but we kept uploading the released packages to the upper-cased repository... Time to fix this, and then merge them again.
This commit is contained in:
parent
04c171f91f
commit
7c816c7c0b
@ -31,7 +31,7 @@ class BuilderSettings(object):
|
|||||||
not match the stable pattern. Otherwise it will upload to stable
|
not match the stable pattern. Otherwise it will upload to stable
|
||||||
channel.
|
channel.
|
||||||
"""
|
"""
|
||||||
return os.getenv("CONAN_UPLOAD", "https://api.bintray.com/conan/catchorg/Catch2")
|
return os.getenv("CONAN_UPLOAD", "https://api.bintray.com/conan/catchorg/catch2")
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def upload_only_when_stable(self):
|
def upload_only_when_stable(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user