Skip to content

COMP: Update CI, Python packaging, and CMake 4.x compatibility #214

COMP: Update CI, Python packaging, and CMake 4.x compatibility

COMP: Update CI, Python packaging, and CMake 4.x compatibility #214

name: Build, test, package
on:
push:
branches:
- master
tags:
- '*'
pull_request:
branches:
- master
jobs:
cxx-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.4.6
with:
warnings-to-ignore: "\"libcleaver.a.*has no symbols\" \"libitkcleaver.*has no symbols\""
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'
test-notebooks: false
secrets:
pypi_password: ${{ secrets.pypi_password }}