Skip to content

Commit c4a181a

Browse files
authored
Merge pull request #260 from InsightSoftwareConsortium/bump-5.4rc2
ENH: Bump for ITK v5.4rc02
2 parents 8b70aac + ebedbf7 commit c4a181a

File tree

3 files changed

+7
-30
lines changed

3 files changed

+7
-30
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,24 @@ on: [push,pull_request]
44

55
jobs:
66
cxx-build-workflow:
7-
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@eebccc8d50a25fac571324ae56dd254bd64607a8
7+
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@b91df27c6cf05342452a95be412646b23f8f03a3
88

99
python-build-workflow-dev:
1010
if: github.ref != 'refs/heads/master' && github.ref != 'refs/heads/main' && !startsWith(github.ref, 'refs/tags')
11-
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@eebccc8d50a25fac571324ae56dd254bd64607a8
11+
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@b91df27c6cf05342452a95be412646b23f8f03a3
1212
with:
1313
python3-minor-versions: '["8","11"]'
1414
manylinux-platforms: '["_2_28-x64","2014-x64"]'
15+
test-notebooks: true
1516
secrets:
1617
pypi_password: ${{ secrets.pypi_password }}
1718

1819
python-build-workflow-main:
1920
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags')
20-
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@eebccc8d50a25fac571324ae56dd254bd64607a8
21+
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@b91df27c6cf05342452a95be412646b23f8f03a3
2122
with:
2223
python3-minor-versions: '["8","9","10","11"]'
2324
manylinux-platforms: '["_2_28-x64","2014-x64"]'
25+
test-notebooks: true
2426
secrets:
2527
pypi_password: ${{ secrets.pypi_password }}

.github/workflows/notebook-test.yml

Lines changed: 0 additions & 25 deletions
This file was deleted.

setup.py

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

1919
setup(
2020
name=package_name,
21-
version='0.19.0',
21+
version='0.19.1',
2222
author='Insight Software Consortium',
2323
author_email='itk+community@discourse.itk.org',
2424
packages=['itk'],
@@ -49,6 +49,6 @@
4949
keywords='ITK InsightToolkit',
5050
url=r'https://itk.org/',
5151
install_requires=[
52-
r'itk>=5.4rc1'
52+
r'itk>=5.4rc2'
5353
]
5454
)

0 commit comments

Comments
 (0)