File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed 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.post3
7+ uses : InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.3rc04.post4
88
99 python-build-workflow :
10- uses : InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.3rc04.post3
10+ uses : InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.3rc04.post4
1111 secrets :
1212 pypi_password : ${{ secrets.pypi_password }}
Original file line number Diff line number Diff line change 1313
1414setup (
1515 name = 'itk-strain' ,
16- version = '0.3.9 ' ,
16+ version = '0.3.10 ' ,
1717 author = 'Matthew M. McCormick' ,
1818 author_email = 'matt.mccormick@kitware.com' ,
1919 packages = ['itk' ],
5353 keywords = 'ITK Strain Tensor Displacement Field' ,
5454 url = r'https://github.com/InsightSoftwareConsortium/ITKStrain' ,
5555 install_requires = [
56- r'itk>=5.3rc4.post3 '
56+ r'itk>=5.3rc4.post4 '
5757 ]
5858 )
You can’t perform that action at this time.
0 commit comments