Skip to content

Commit 0cb7fa5

Browse files
authored
Merge pull request #63 from thewtex/itk-5-4-rc3
ENH: Build against ITK 5.4 RC 3
2 parents ed01f19 + fbb5cf4 commit 0cb7fa5

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,14 @@ on: [push,pull_request]
44

55
jobs:
66
cxx-build-workflow:
7-
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@eebccc8d50a25fac571324ae56dd254bd64607a8
7+
uses: thewtex/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@e7c959441f1e513e8dedf380202e553f3aacf124
8+
with:
9+
itk-git-tag: 877acbac082d5d8132e3d66f13732914b6408ef7
810

911
python-build-workflow:
10-
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@eebccc8d50a25fac571324ae56dd254bd64607a8
12+
uses: thewtex/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@e7c959441f1e513e8dedf380202e553f3aacf124
1113
with:
12-
test-notebooks: true
14+
test-notebooks: false
15+
itk-python-package-tag: e80c3754b472f16e61756f3988cf876c2a7bf097
1316
secrets:
1417
pypi_password: ${{ secrets.pypi_password }}

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setup(
1515
name='itk-meshtopolydata',
16-
version='0.11rc1',
16+
version='0.11rc2',
1717
author='Insight Software Consortium',
1818
author_email='[email protected]',
1919
packages=['itk'],
@@ -44,7 +44,7 @@
4444
keywords='ITK InsightToolkit',
4545
url=r'https://itk.org/',
4646
install_requires=[
47-
r'itk-core>=5.4rc1',
47+
r'itk-core>=5.4rc3',
4848
r'numpy',
4949
]
5050
)

0 commit comments

Comments
 (0)