Skip to content

Commit 8f456b1

Browse files
authored
Merge pull request #83 from thewtex/itk-5.4.3
ENH: Update CI to build against ITK 5.4.3
2 parents 482053f + 65f2a7e commit 8f456b1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-test-package.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ on: [push,pull_request]
44

55
jobs:
66
cxx-build-workflow:
7-
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/[email protected].2
7+
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/[email protected].3
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/[email protected].2
12+
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/[email protected].3
1313
with:
1414
test-notebooks: true
1515
secrets:

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
44

55
[project]
66
name = "itk-splitcomponents"
7-
version = "2.2.2"
7+
version = "2.2.3"
88
description = "ITK filters to split a multi-component pixel image into component-wise scalar images"
99
readme = "README.rst"
1010
license = {file = "LICENSE"}

0 commit comments

Comments
 (0)