Skip to content

Commit

Permalink
Update conda_deployment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
martimunicoy authored Jun 10, 2021
1 parent 5698640 commit cbf9ba7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/conda_deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit cbf9ba7

Please sign in to comment.