Skip to content

Trying to fix autotests in meta.yaml #117

Trying to fix autotests in meta.yaml

Trying to fix autotests in meta.yaml #117

name: Building Package
on:
push:
branches:
- '**'
tags:
- 'v*'
pull_request:
branches:
- '**'
jobs:
build:
uses: openalea/github-action-conda-build/.github/workflows/conda-package-build.yml@main
with:
python-minor-version: '[8,9,10,11]'
build-options: ''
secrets:
anaconda_token: ${{ secrets.ANACONDA_TOKEN }}