File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ on: [push,pull_request]
44
55jobs :
66 cxx-build-workflow :
7- uses : InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.4.3
7+ uses : InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.4.4
88 with :
99 itk-cmake-options : ' -DITK_BUILD_DEFAULT_MODULES:BOOL=OFF -DITKGroup_Core:BOOL=ON'
1010
1111 python-build-workflow :
12- uses : InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.4.3
12+ uses : InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.4.4
1313 with :
1414 test-notebooks : true
1515 secrets :
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
44
55[project ]
66name = " itk-splitcomponents"
7- version = " 2.2.3 "
7+ version = " 2.2.4 "
88description = " ITK filters to split a multi-component pixel image into component-wise scalar images"
99readme = " README.rst"
1010license = {file = " LICENSE" }
You can’t perform that action at this time.
0 commit comments