added anaconda-client

This commit is contained in:
Erik Fröjdh 2024-10-29 17:54:02 +01:00
parent a8afa04129
commit c3a5d22f83

View File

@ -32,7 +32,7 @@ jobs:
channels: conda-forge
- name: Prepare
run: conda install conda-build conda-verify pytest
run: conda install conda-build conda-verify pytest anaconda-client
- name: Enable upload
run: conda config --set anaconda_upload yes