Skip to content

Upgrade to new namespace convention. Add py 3.11 and py3.12 #10

Upgrade to new namespace convention. Add py 3.11 and py3.12

Upgrade to new namespace convention. Add py 3.11 and py3.12 #10

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
secrets:
anaconda_token: ${{ secrets.ANACONDA_TOKEN }}