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 6fe4ab9 commit f6c262bCopy full SHA for f6c262b
ci/publish/conda.sh
@@ -10,7 +10,7 @@ set -euo pipefail
10
. /usr/share/miniconda/etc/profile.d/conda.sh
11
conda activate base
12
conda install -y anaconda-client
13
- readarray -d '' pkgs_to_upload < <(find "${CONDA_OUTPUT_DIR}" -name "*.conda" -o -name "*.tar.bz2")
+ pkgs_to_upload=$(find "${CONDA_OUTPUT_DIR}" -name "*.conda" -o -name "*.tar.bz2")
14
15
export CONDA_ORG="${1}"
16
@@ -27,7 +27,6 @@ set -euo pipefail
27
;;
28
esac
29
30
-
31
anaconda \
32
-t "${TOKEN}" \
33
upload \
0 commit comments