Skip to content

Commit b216c43

Browse files
committed
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
1 parent 50dea9f commit b216c43

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/build-test-package.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,10 @@ jobs:
1616

1717
python-build-workflow:
1818
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@main
19+
with:
20+
itk-python-package-org: 'BRAINSia'
21+
itk-python-package-tag: python_based_build_scripts
22+
itk-wheel-tag: 'v6.0b01'
23+
python3-minor-versions: '["10"]'
1924
secrets:
2025
pypi_password: ${{ secrets.pypi_password }}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ classifiers = [
3737
]
3838
requires-python = ">=3.9"
3939
dependencies = [
40-
"itk-io == 5.4.*",
40+
"itk-io == 6.*",
4141
"numpy",
4242
]
4343
dynamic = ["version"]

0 commit comments

Comments
 (0)