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 dac7979 commit 3efdc77Copy full SHA for 3efdc77
mojoproject.toml
@@ -7,7 +7,7 @@ platforms = ["osx-arm64", "linux-64"]
7
version = "0.1.0"
8
9
[tasks]
10
-build = { cmd = "rattler-build build --r recipes -c https://conda.modular.com/max -c conda-forge --skip-existing=all", env = {MODULAR_MOJO_IMPORT_PATH = "$CONDA_PREFIX/lib/mojo"} }
+build = { cmd = "rattler-build build --recipe recipes -c https://conda.modular.com/max -c conda-forge --skip-existing=all", env = {MODULAR_MOJO_IMPORT_PATH = "$CONDA_PREFIX/lib/mojo"} }
11
publish = { cmd = "bash scripts/publish.sh", env = { PREFIX_API_KEY = "$PREFIX_API_KEY" } }
12
13
[dependencies]
0 commit comments