use of SETUPTOOLS_SCM_PRETEND_VERSION in conda.yaml, gh action accord… #35
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: build_publish_anaconda | ||
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 }} | ||
with: | ||
python-minor-version: [ 10 ] | ||
label: latest |