We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dd5da6 commit a836914Copy full SHA for a836914
1 file changed
.github/workflows/conda_build.yml
@@ -49,6 +49,7 @@ jobs:
49
50
# Conditionally add the --token and --user flags for stable branches
51
if [[ "${GITHUB_REF}" == "refs/heads/fix_conda_build" ]]; then
52
+ mamba config --set anaconda_upload yes
53
conda-build --token "$CONDA_TOKEN" --user rmg .conda
54
else
55
conda-build .conda
0 commit comments