We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50dea9f commit 9f8617aCopy full SHA for 9f8617a
2 files changed
.github/workflows/build-test-package.yml
@@ -16,5 +16,10 @@ jobs:
16
17
python-build-workflow:
18
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"]'
24
secrets:
25
pypi_password: ${{ secrets.pypi_password }}
pyproject.toml
@@ -37,7 +37,7 @@ classifiers = [
37
]
38
requires-python = ">=3.9"
39
dependencies = [
40
- "itk-io == 5.4.*",
+ "itk-io == 6.*",
41
"numpy",
42
43
dynamic = ["version"]
0 commit comments