We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9361c8 commit a2a235eCopy full SHA for a2a235e
minecode_pipelines/pipelines/mine_conan.py
@@ -37,6 +37,7 @@ def steps(cls):
37
cls.check_federatedcode_eligibility,
38
cls.create_federatedcode_working_dir,
39
cls.clone_conan_index,
40
+ cls.fetch_federation_config,
41
cls.mine_and_publish_packageurls,
42
cls.delete_working_dir,
43
)
pyproject-minecode_pipelines.toml
@@ -4,7 +4,7 @@ build-backend = "flot.buildapi"
4
5
[project]
6
name = "minecode_pipelines"
7
-version = "0.0.1b36"
+version = "0.0.1b37"
8
description = "A library for mining packageURLs and package metadata from ecosystem repositories."
9
readme = "minecode_pipelines/README.rst"
10
license = { text = "Apache-2.0" }
0 commit comments