File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ on: [push,pull_request]
44
55jobs :
66 cxx-build-workflow :
7- uses : InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.3rc04.post4
7+ uses : InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.3.0
88
99 python-build-workflow :
10- uses : InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.3rc04.post4
10+ uses : InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.3.0
1111 secrets :
1212 pypi_password : ${{ secrets.pypi_password }}
Original file line number Diff line number Diff line change 1313
1414setup (
1515 name = 'itk-splitcomponents' ,
16- version = '2.0.10 ' ,
16+ version = '2.1.0 ' ,
1717 author = 'Matthew M. McCormick' ,
1818 author_email = 'matt.mccormick@kitware.com' ,
1919 packages = ['itk' ],
5050 keywords = 'ITK Higher-order Derivative Gradient' ,
5151 url = r'https://github.com/InsightSoftwareConsortium/ITKSplitComponents' ,
5252 install_requires = [
53- r'itk>=5.3rc04.post4 '
53+ r'itk>=5.3.0 '
5454 ]
5555 )
You can’t perform that action at this time.
0 commit comments