Skip to content

Test release pipeline builds #33

Test release pipeline builds

Test release pipeline builds #33

Workflow file for this run

name: conda-release
on:
push:
branches:
- automate-versioning
jobs:
build-and-publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up miniconda with python 3.9
uses: conda-incubator/setup-miniconda@v2
with:
python-version: 3.9
activate-environment: test
environment-file: environment.yml
auto-activate-base: false
- name: Install build tools
shell: bash -l {0}
run: |
conda install conda-build anaconda-client conda-verify
- name: Build conda package
shell: bash -l {0}
run: |
conda build .