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 72cbaad commit d5a6555Copy full SHA for d5a6555
ads/opctl/conda/cmds.py
@@ -672,7 +672,7 @@ def _publish(
672
publish_slug,
673
)
674
if os.environ.get("CONDA_PUBLISH_TYPE") != "service":
675
- # Set these values only for
+ # Set these values only for published conda pack
676
manifest["pack_path"] = os.path.join(
677
prefix,
678
manifest.get("arch_type", "CPU").lower(),
@@ -681,7 +681,7 @@ def _publish(
681
682
683
manifest["pack_uri"] = pack_uri
684
- manifest["type"] = "published"
+
685
with open(manifest_location, "w") as f:
686
yaml.safe_dump(env, f)
687
if pack_size > 100:
0 commit comments