Skip to content

Merge pull request #72 from thewtex/itk-5.4rc01 #292

Merge pull request #72 from thewtex/itk-5.4rc01

Merge pull request #72 from thewtex/itk-5.4rc01 #292

name: Build, test, package
on: [push,pull_request]
jobs:
cxx-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@eebccc8d50a25fac571324ae56dd254bd64607a8
with:
itk-cmake-options: '-DITK_BUILD_DEFAULT_MODULES:BOOL=OFF -DITKGroup_Core:BOOL=ON'
python-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@eebccc8d50a25fac571324ae56dd254bd64607a8
with:
test-notebooks: true
secrets:
pypi_password: ${{ secrets.pypi_password }}