CI - Fix conda build

Stealing this from the master @LysandreJik
This commit is contained in:
Anthony MOI
2021-02-04 10:12:30 -05:00
parent a8f756494e
commit 324cb8d380

View File

@ -50,7 +50,8 @@ jobs:
- name: Build conda packages
run: |
conda info
conda build .github/conda --python=${{ matrix.python }}
conda list
conda-build .github/conda --python=${{ matrix.python }}
- name: Upload to Anaconda
run: anaconda upload `conda build .github/conda --output` --force
run: anaconda upload `conda-build .github/conda --output` --force