Fixed bug with vtk fill code. The check for periodic wasn't fully def… #11
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 Fierro-CPU' | |
on: | |
push: | |
paths: | |
- .conda/fierro/cpu/** | |
- .github/workflows/publish-fierro-cpu.yaml | |
workflow_dispatch: | |
jobs: | |
publish: | |
uses: ./.github/workflows/build-conda-package.yaml | |
with: | |
recipe_dir: .conda/fierro/cpu | |
secrets: inherit |