File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6464 - name : Install conda dependencies
6565 shell : bash -el {0}
6666 run : |
67- conda install anaconda-client anaconda-auth
67+ conda install anaconda-client
6868
6969 - name : Download conda art
7070 uses : actions/download-artifact@v6
@@ -76,12 +76,12 @@ jobs:
7676 shell : bash -el {0}
7777 run : |
7878 CONDA_ART="$(find conda_dist/noarch/ -type f -name '*.conda' | head -n 1)"
79- echo "CONDA_ART=$CONDA_ART" >> "$CONDA_ART "
79+ echo "CONDA_ART=$CONDA_ART" >> "$GITHUB_ENV "
8080
8181 - name : Upload Conda Artifact
8282 env :
83- ANACONDA_AUTH_API_KEY : ${{ secrets.ANACONDA_TOKEN }}
83+ ANACONDA_TOKEN : ${{ secrets.ANACONDA_TOKEN }}
8484 ANACONDA_USER : ${{ secrets.ANACONDA_USER }}
8585 shell : bash -el {0}
8686 run : |
87- anaconda upload --user "$ANACONDA_USER" "$CONDA_ART"
87+ anaconda --token $ANACONDA_TOKEN upload --user "$ANACONDA_USER" "$CONDA_ART"
You can’t perform that action at this time.
0 commit comments