Skip to content

Commit

Permalink
Try conda-build (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
srosenbu authored Aug 31, 2023
1 parent 8e4c53b commit 304d2b9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ jobs:
env:
ANACONDA_TOKEN: ${{ secrets.ANACONDA_TOKEN }}
run: |
mamba install boa
#mamba install boa
mamba install conda-build
mamba install conda-verify
mamba install anaconda-client
mamba config --set anaconda_upload yes
cd $GITHUB_WORKSPACE
mamba mambabuild --no-test --token "$ANACONDA_TOKEN" --user bam77 .conda -m .conda/conda_build_config.yaml
conda-build --no-test --token "$ANACONDA_TOKEN" --user bam77 .conda -m .conda/conda_build_config.yaml

0 comments on commit 304d2b9

Please sign in to comment.