Skip to content

Commit

Permalink
Merge branch 'main' into pyupgrade-config
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb authored Sep 11, 2024
2 parents 25cd5f1 + 19639f4 commit bfcc9ea
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 9 deletions.
2 changes: 1 addition & 1 deletion ci/publish/conda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ set -euo pipefail
. /usr/share/miniconda/etc/profile.d/conda.sh
conda activate base
conda install -y anaconda-client
pkgs_to_upload=$(find "${CONDA_OUTPUT_DIR}" -name "*.tar.bz2")
pkgs_to_upload=$(find "${CONDA_OUTPUT_DIR}" -name "*.conda" -o -name "*.tar.bz2")

export CONDA_ORG="${1}"

Expand Down
37 changes: 29 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bfcc9ea

Please sign in to comment.