Skip to content

Commit de6d8bf

Browse files
authored
Update conda-build.yml
1 parent e0309ba commit de6d8bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/conda-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ jobs:
4747
fi
4848

4949
echo "Uploading ${PACKAGE_FILES[0]}..."
50-
conda run anaconda config --set anaconda_token ${{ secrets.ANACONDA_API_TOKEN }}
50+
ANACONDA_API_TOKEN=${{ secrets.ANACONDA_API_TOKEN }} \
5151
conda run anaconda upload --force "${PACKAGE_FILES[0]}"
5252
#conda run anaconda -t ${{ secrets.ANACONDA_API_TOKEN }} upload --force "${PACKAGE_FILES[0]}"

0 commit comments

Comments
 (0)