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 : thewtex/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@d0ccbd2f089a0c193ad362481135bc150b0cab10
7+ uses : thewtex/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@1f6e25cd9a591707611af5bbb94b7d2fbfa42994
88
99 python-build-workflow :
10- uses : thewtex/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@d0ccbd2f089a0c193ad362481135bc150b0cab10
10+ uses : thewtex/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@1f6e25cd9a591707611af5bbb94b7d2fbfa42994
1111 secrets :
1212 pypi_password : ${{ secrets.pypi_password }}
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-ants"
7- version = " 0.4rc3 "
7+ version = " 0.4.0 "
88description = " Advanced Normalization Tools in WebAssembly"
99readme = " README.rst"
1010license = {file = " LICENSE" }
@@ -37,7 +37,7 @@ classifiers = [
3737]
3838requires-python = " >=3.8"
3939dependencies = [
40- " itk> =5.4rc4 " ,
40+ " itk~ =5.4.0 "
4141]
4242
4343[project .urls ]
You can’t perform that action at this time.
0 commit comments