Formatting with ruff + typo fixes in documentation + removing unneede… #53
This file contains 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 }} |