Skip to content

Commit

Permalink
Fix conda build (#9589)
Browse files Browse the repository at this point in the history
* conda build -> conda-build

* Syntax error

* conda build -> conda-build + 4.2.0

* Prepare to merge in `master`
  • Loading branch information
LysandreJik authored Jan 14, 2021
1 parent c99751d commit 8bf2707
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:
- name: Build conda packages
run: |
conda info
conda build .github/conda
conda list
conda-build .github/conda
- name: Upload to Anaconda
run: anaconda upload `conda build .github/conda --output` --force
run: anaconda upload `conda-build .github/conda --output` --force

0 comments on commit 8bf2707

Please sign in to comment.