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 Jul 29, 2021
1 parent 4caf880 commit 2809c07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conda_deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Configurate conda-build
run: conda config --set anaconda_upload yes
- name: Configurate conda-client from anaconda
run: anaconda login --hostname FragPELE${{ matrix.python-version }}${{ matrix.os }} --username ${{ secrets.ANACONDA_USER }} --password ${{ secrets.ANACONDA_PASSWD }}
run: anaconda login --hostname Frag_PELE_${{ matrix.python-version }}${{ matrix.os }} --username ${{ secrets.ANACONDA_USER }} --password ${{ secrets.ANACONDA_PASSWD }}
- name: Deploy package to conda
run: conda build -c conda-forge -c nostrumbiodiscovery -c martimunicoy 'conda_recipe'
- name: Logout from anaconda
Expand Down

0 comments on commit 2809c07

Please sign in to comment.