Skip to content

ENH: Update CI to ITK 5.4.0 #284

ENH: Update CI to ITK 5.4.0

ENH: Update CI to ITK 5.4.0 #284

name: Build, test, package
on:
push:
branches:
- main
tags:
- 'v*'
pull_request:
branches:
- main
jobs:
cxx-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/[email protected]
with:
itk-module-deps: 'BoneEnhancement@d6f6649c9ba0c96612d6868d161ea7c13dd34603:IOScanco@10b80f69048e79ab3069e89635822a6851099278'
python-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/[email protected]
with:
itk-module-deps: 'InsightSoftwareConsortium/ITKBoneEnhancement@d6f6649c9ba0c96612d6868d161ea7c13dd34603'
secrets:
pypi_password: ${{ secrets.pypi_password }}