diff --git a/.github/workflows/conda-package-build.yml b/.github/workflows/conda-package-build.yml new file mode 100644 index 0000000..ecaf733 --- /dev/null +++ b/.github/workflows/conda-package-build.yml @@ -0,0 +1,20 @@ +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: + conda-channels: openalea3, conda-forge + secrets: + anaconda_token: ${{ secrets.ANACONDA_TOKEN }}