Skip to content

Commit

Permalink
Set anaconda_upload when pushing a stable branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ssun30 committed Nov 22, 2024
1 parent 2dd5da6 commit a836914
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/conda_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
# Conditionally add the --token and --user flags for stable branches
if [[ "${GITHUB_REF}" == "refs/heads/fix_conda_build" ]]; then
mamba config --set anaconda_upload yes
conda-build --token "$CONDA_TOKEN" --user rmg .conda
else
conda-build .conda
Expand Down

0 comments on commit a836914

Please sign in to comment.