Skip to content

PR: automatic registration to iDVC #363

PR: automatic registration to iDVC

PR: automatic registration to iDVC #363

name: conda_build
on:
release:
types: [published]
push:
branches: [ master ]
tags:
- '**'
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: publish-to-conda
uses: paskino/[email protected]
with:
subDir: 'recipe'
channels: '-c conda-forge -c ccpi -c paskino'
AnacondaToken: ${{ secrets.ANACONDA_TOKEN }}
publish: ${{ github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags') }}
test_all: ${{(github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')) || (github.ref == 'refs/heads/master')}}
convert_win: false
convert_osx: false