Skip to content

Commit 2da09d7

Browse files
Update upload command in pixi.toml
1 parent cfd7b73 commit 2da09d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ vinca = { git = "https://github.com/RoboStack/vinca.git", rev = "65f211c33316e98
3030
#vinca = { path = "../vinca", editable = true }
3131

3232
[tasks]
33-
upload = "anaconda -t $ANACONDA_API_TOKEN upload"
33+
upload = "rattler-build upload anaconda -o robostack-kilted -a $ANACONDA_API_TOKEN"
3434
generate-recipes = { cmd = "vinca -m", depends-on = ["remove-recipes"] }
3535
check-patches = { cmd = "python check_patches_clean_apply.py", depends-on = ["generate-recipes"] }
3636
generate-recipes-emscripten = { cmd = "vinca -m --platform emscripten-wasm32", depends-on = ["remove-recipes"] }

0 commit comments

Comments
 (0)