From b216c435e4341432073d562a35ed3e9962831abb Mon Sep 17 00:00:00 2001 From: Cavan Riley Date: Wed, 11 Feb 2026 10:19:38 -0600 Subject: [PATCH] ENH: update python builds and pyproject ITK v6.0b01 v6.0b02 is not available as an ITKPythonBuild and v6.0a01 has an issue in docker containers with the version of castxml. This commit serves as a test for updates to the ITKPythonPackage python wheel creation infrastructure --- .github/workflows/build-test-package.yml | 5 +++++ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-test-package.yml b/.github/workflows/build-test-package.yml index f265ba0..c4c889b 100644 --- a/.github/workflows/build-test-package.yml +++ b/.github/workflows/build-test-package.yml @@ -16,5 +16,10 @@ jobs: python-build-workflow: uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@main + with: + itk-python-package-org: 'BRAINSia' + itk-python-package-tag: python_based_build_scripts + itk-wheel-tag: 'v6.0b01' + python3-minor-versions: '["10"]' secrets: pypi_password: ${{ secrets.pypi_password }} diff --git a/pyproject.toml b/pyproject.toml index 9fb5907..bfb5a50 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ classifiers = [ ] requires-python = ">=3.9" dependencies = [ - "itk-io == 5.4.*", + "itk-io == 6.*", "numpy", ] dynamic = ["version"]