Skip to content

removed marketplace action, manual implement #22 #7

removed marketplace action, manual implement #22

removed marketplace action, manual implement #22 #7

name: Publish conda
on:
push
jobs:
publish:
- name: Build Conda Packages

Check failure on line 8 in .github/workflows/publish-to-conda.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/publish-to-conda.yml

Invalid workflow file

You have an error in your yaml syntax on line 8
shell: bash -l {0}
env:
ANACONDA_TOKEN: ${{ secrets.ANACONDA_TOKEN }}
run: |
conda install conda-build anaconda-client conda-verify
conda config --set anaconda_upload yes
conda build --token "${ANACONDA_TOKEN}" .conda/