mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-01 03:14:29 +02:00
Missing Conan remotes added to build.py
This commit is contained in:
2
build.py
2
build.py
@@ -8,7 +8,7 @@ if __name__ == "__main__":
|
||||
stable_branch_pattern = r"v\d+\.\d+\.\d+.*",
|
||||
|
||||
# dependencies
|
||||
remotes = None,
|
||||
remotes = "https://api.bintray.com/conan/bincrafters/public-conan, https://api.bintray.com/conan/twonington/public-conan",
|
||||
build_policy = "outdated",
|
||||
upload_dependencies="all",
|
||||
|
||||
|
Reference in New Issue
Block a user