merged over anaconda work from other repository. Testing with actions… #18
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: 'Publish Heffte' | |
on: | |
push: | |
paths: | |
- .conda/heffte/cpu/** | |
- .github/workflows/publish-heffte-cpu.yaml | |
workflow_dispatch: | |
jobs: | |
publish: | |
uses: ./.github/workflows/build-conda-package.yaml | |
with: | |
recipe_dir: .conda/heffte/cpu | |
secrets: inherit |