Skip to content

Commit 0d17498

Browse files
authored
Merge pull request #236 from InsightSoftwareConsortium/bump-itk-v5.4rc01
ENH: Bump for ITK v5.4rc01
2 parents a250055 + c711bbd commit 0d17498

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

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

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

55
jobs:
66
cxx-build-workflow:
7-
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@edd0a4350396f533e9ec3755ed6c5af5ddfedb97
7+
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@eebccc8d50a25fac571324ae56dd254bd64607a8
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@edd0a4350396f533e9ec3755ed6c5af5ddfedb97
11+
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@eebccc8d50a25fac571324ae56dd254bd64607a8
1212
with:
13-
python3-minor-versions: '["7","11"]'
13+
python3-minor-versions: '["8","11"]'
1414
manylinux-platforms: '["_2_28-x64","2014-x64"]'
1515
secrets:
1616
pypi_password: ${{ secrets.pypi_password }}
1717

1818
python-build-workflow-main:
1919
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@edd0a4350396f533e9ec3755ed6c5af5ddfedb97
20+
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@eebccc8d50a25fac571324ae56dd254bd64607a8
2121
with:
22-
python3-minor-versions: '["7","8","9","10","11"]'
22+
python3-minor-versions: '["8","9","10","11"]'
2323
manylinux-platforms: '["_2_28-x64","2014-x64"]'
2424
secrets:
2525
pypi_password: ${{ secrets.pypi_password }}

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.17.1',
21+
version='0.17.2',
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.3.0'
52+
r'itk>=5.4rc1'
5353
]
5454
)

0 commit comments

Comments
 (0)