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 425e8bf commit e2e4a59Copy full SHA for e2e4a59
1 file changed
pixi.toml
@@ -36,7 +36,7 @@ generate-recipes = { cmd = "vinca -m", depends-on = ["remove-recipes"] }
36
generate-gha-workflows = { cmd = "vinca-gha --trigger-branch dummy_build_branch_as_it_is_unused -d ./recipes", depends-on = ["generate-recipes"] }
37
check-patches = { cmd = "python check_patches_clean_apply.py", depends-on = ["generate-recipes"] }
38
create_snapshot = { cmd = "vinca-snapshot -d kilted -o rosdistro_snapshot.yaml" }
39
-upload = "rattler-build upload anaconda -o robostack-kilted -a $ANACONDA_API_TOKEN"
+upload = "rattler-build upload prefix -c robostack-rolling --generate-attestation"
40
build_continue_on_failure = { cmd = "rattler-build build --recipe-dir ./recipes -m ./conda_build_config.yaml -c robostack-kilted -c https://repo.prefix.dev/conda-forge --continue-on-failure --skip-existing", depends-on = ["generate-recipes"] }
41
42
[tasks.build]
0 commit comments