Skip to content

Commit 811978e

Browse files
committed
Update conda deploy task
1 parent c019c6d commit 811978e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
conda config --append channels pytorch
5454
conda config --append channels gpytorch
5555
conda config --append channels conda-forge
56-
/usr/share/miniconda/bin/anaconda login --username ${{ secrets.CONDA_USERNAME }} --password ${{ secrets.CONDA_PASSWORD }}
56+
/usr/share/miniconda/bin/anaconda login --username ${{ secrets.CONDA_USERNAME }} --password ${{ secrets.CONDA_PASSWORD }} --hostname anaconda.org
5757
python -m setuptools_scm
5858
conda build .conda
5959
/usr/share/miniconda/bin/anaconda logout

0 commit comments

Comments
 (0)