File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ on: [push,pull_request]
44
55jobs :
66 cxx-build-workflow :
7- uses : thewtex /ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@e15be287b1e1940b51e38fd6c8e0a32cfe629154
7+ uses : InsightSoftwareConsortium /ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.4.0
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 : thewtex /ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@e15be287b1e1940b51e38fd6c8e0a32cfe629154
11+ uses : InsightSoftwareConsortium /ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.4.0
1212 with :
1313 python3-minor-versions : ' ["8","11"]'
1414 manylinux-platforms : ' ["_2_28-x64","2014-x64"]'
1818
1919 python-build-workflow-main :
2020 if : github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags')
21- uses : thewtex /ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@e15be287b1e1940b51e38fd6c8e0a32cfe629154
21+ uses : InsightSoftwareConsortium /ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.4.0
2222 with :
2323 python3-minor-versions : ' ["8","9","10","11"]'
2424 manylinux-platforms : ' ["_2_28-x64","2014-x64"]'
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
44
55[project ]
66name = " itk-elastix"
7- version = " 0.19.2 "
7+ version = " 0.20.0 "
88description = " Provides an ITK Python interface to elastix, a toolbox for rigid and nonrigid registration of images"
99readme = " README.md"
1010license = {file = " LICENSE" }
@@ -41,7 +41,7 @@ classifiers = [
4141]
4242requires-python = " >=3.8"
4343dependencies = [
44- " itk> =5.4rc3 " ,
44+ " itk~ =5.4.0 " ,
4545]
4646
4747[project .urls ]
You can’t perform that action at this time.
0 commit comments