diff --git a/.github/workflows/build-test-package.yml b/.github/workflows/build-test-package.yml index 59240b0..b1d1164 100644 --- a/.github/workflows/build-test-package.yml +++ b/.github/workflows/build-test-package.yml @@ -12,22 +12,20 @@ on: jobs: cxx: - uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.4.5 + uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v6.0b02 py-dev: if: github.ref != 'refs/heads/master' && github.ref != 'refs/heads/main' && !startsWith(github.ref, 'refs/tags') - uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.4.5 + uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v6.0b02 with: - python3-minor-versions: '["10","11"]' test-notebooks: true secrets: pypi_password: ${{ secrets.pypi_password }} py-main: if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') - uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.4.5 + uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v6.0b02 with: - python3-minor-versions: '["10","11"]' test-notebooks: true secrets: pypi_password: ${{ secrets.pypi_password }} diff --git a/pyproject.toml b/pyproject.toml index dbf000e..c6351cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build" [project] name = "itk-elastix" -version = "0.25.2" +version = "0.26.0" description = "Provides an ITK Python interface to elastix, a toolbox for rigid and nonrigid registration of images" readme = "README.md" license = {file = "LICENSE"} @@ -41,7 +41,7 @@ classifiers = [ ] requires-python = ">=3.10" dependencies = [ - "itk~=5.4.5", + "itk~=6.0b2", ] [project.urls]