Skip to content

Commit

Permalink
correct package name for Anaconda upload
Browse files Browse the repository at this point in the history
  • Loading branch information
joerg-schneider committed Mar 4, 2021
1 parent 0a9a1a3 commit 8e0d56b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ stages:
eval "$(conda shell.bash hook)"
conda install -y anaconda-client
anaconda login --username "${CONDA_USERNAME}" --password "${CONDA_PASSWORD}"
anaconda upload --user BCG_Gamma --force $(System.ArtifactsDirectory)/conda_default/conda/noarch/gamma-pytools-*.tar.bz2
anaconda upload --user BCG_Gamma --force $(System.ArtifactsDirectory)/conda_default/conda/noarch/sklearndf-*.tar.bz2
anaconda logout
echo "##vso[task.setvariable variable=conda_published]True"
displayName: 'Publish to Anaconda'
Expand Down

0 comments on commit 8e0d56b

Please # to comment.