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,10 +4,10 @@ on: [push,pull_request]
44
55jobs :
66 cxx-build-workflow :
7- uses : thewtex /ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.4rc03-arm-wheels
7+ uses : InsightSoftwareConsortium /ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@main
88
99 python-build-workflow :
10- uses : thewtex /ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.4rc03-arm-wheels
10+ uses : InsightSoftwareConsortium /ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@main
1111 with :
1212 test-notebooks : false
1313 secrets :
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-meshtopolydata"
7- version = " 0.11rc3 "
7+ version = " 0.12.0 "
88description = " Convert an ITK Mesh to a simple data structure compatible with vtkPolyData."
99readme = " README.rst"
1010license = {file = " LICENSE" }
@@ -35,7 +35,7 @@ classifiers = [
3535]
3636requires-python = " >=3.8"
3737dependencies = [
38- " itk-core> =5.4rc3 " ,
38+ " itk-core~ =5.4.0 " ,
3939 " numpy" ,
4040]
4141
You can’t perform that action at this time.
0 commit comments