have to commit this for fear of reverting it back when I merge in mai… #29
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 EVPFFT-CPU' | |
on: | |
push: | |
paths: | |
- .conda/evpfft/** | |
- src/EVPFFT/src/** | |
- .github/workflows/publish-evpfft-cpu.yaml | |
workflow_dispatch: | |
jobs: | |
publish: | |
uses: ./.github/workflows/build-conda-package.yaml | |
with: | |
recipe_dir: .conda/evpfft/cpu | |
secrets: inherit |