Skip to content

Commit 9f8617a

Browse files
committed
ENH: update python builds and pyproject ITK v6.0b02
This commit serves as a test for updates to the ITKPythonPackage python wheel creation infrastructure
1 parent 50dea9f commit 9f8617a

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.0b02'
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)