Skip to content

Commit a836914

Browse files
committed
Set anaconda_upload when pushing a stable branch
1 parent 2dd5da6 commit a836914

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/conda_build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
5050
# Conditionally add the --token and --user flags for stable branches
5151
if [[ "${GITHUB_REF}" == "refs/heads/fix_conda_build" ]]; then
52+
mamba config --set anaconda_upload yes
5253
conda-build --token "$CONDA_TOKEN" --user rmg .conda
5354
else
5455
conda-build .conda

0 commit comments

Comments
 (0)