From cbf9ba70fe55e4cad90e801f8e0a5d7ae551a431 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=AD=20Municoy?= Date: Fri, 11 Jun 2021 00:12:43 +0200 Subject: [PATCH] Update conda_deployment.yml --- .github/workflows/conda_deployment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/conda_deployment.yml b/.github/workflows/conda_deployment.yml index 35b2f55..0728bf9 100644 --- a/.github/workflows/conda_deployment.yml +++ b/.github/workflows/conda_deployment.yml @@ -27,8 +27,8 @@ jobs: - name: Configurate conda-build run: conda config --set anaconda_upload yes - name: Configurate conda-client from anaconda - run: anaconda login --hostname fragpele_v300_${{ matrix.python-version }}${{ matrix.os }} --username ${{ secrets.ANACONDA_USER }} --password ${{ secrets.ANACONDA_PASSWD }} + run: anaconda login --hostname FragPELE${{ matrix.python-version }}${{ matrix.os }} --username ${{ secrets.ANACONDA_USER }} --password ${{ secrets.ANACONDA_PASSWD }} - name: Deploy package to conda - run: conda build -c rdkit -c omnia -c martimunicoy -c nostrumbiodiscovery -c conda-forge 'conda_recipe' + run: conda build -c conda-forge -c nostrumbiodiscovery -c martimunicoy 'conda_recipe' - name: Logout from anaconda run: anaconda logout