Skip to content

COMP: Pin ITK wheel build to v5.4.5 for Python packaging #185

COMP: Pin ITK wheel build to v5.4.5 for Python packaging

COMP: Pin ITK wheel build to v5.4.5 for Python packaging #185

name: Build, test, package
on:
push:
branches:
- main
tags:
- 'v*'
pull_request:
branches:
- main
jobs:
cxx-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.4.6
with:
itk-module-deps: 'MeshToPolyData@v0.11.1'
python-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.4.6
with:
itk-wheel-tag: 'v5.4.5'
itk-python-package-tag: 'v5.4.5'
itk-module-deps: 'InsightSoftwareConsortium/ITKMeshToPolyData@v0.11.1'
secrets:
pypi_password: ${{ secrets.pypi_password }}