Skip to content

Commit

Permalink
Upload conan releases to catch2 remote (instead of Catch2)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
horenmar committed May 6, 2020
1 parent 89f5f84 commit 594cab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .conan/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def upload(self):
not match the stable pattern. Otherwise it will upload to stable
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
def upload_only_when_stable(self):
Expand Down

0 comments on commit 594cab3

Please sign in to comment.