File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
minecode_pipelines/pipelines Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2525from minecode_pipelines .pipelines import MineCodeBasePipeline
2626from scanpipe .pipes import federatedcode
2727
28- MINECODE_CONAN_INDEX_REPO = "https://github.com/conan-io/conan-center-index"
29-
3028
3129class MineConan (MineCodeBasePipeline ):
3230 """Pipeline to mine Conan packages and publish them to FederatedCode repo."""
3331
32+ MINECODE_CONAN_INDEX_REPO = "https://github.com/conan-io/conan-center-index"
33+
3434 @classmethod
3535 def steps (cls ):
3636 return (
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "flot.buildapi"
44
55[project ]
66name = " minecode_pipelines"
7- version = " 0.0.1b34 "
7+ version = " 0.0.1b35 "
88description = " A library for mining packageURLs and package metadata from ecosystem repositories."
99readme = " minecode_pipelines/README.rst"
1010license = { text = " Apache-2.0" }
You can’t perform that action at this time.
0 commit comments