Skip to content

COMP: Upgrade GitHub actions for building wheels against ITK v5.4rc02 #962

COMP: Upgrade GitHub actions for building wheels against ITK v5.4rc02

COMP: Upgrade GitHub actions for building wheels against ITK v5.4rc02 #962

name: Build, test, package
on: [push,pull_request]
jobs:
cxx-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@2e36f0f73527ac1ac6cebe57248bae9ac2702be0
python-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@2e36f0f73527ac1ac6cebe57248bae9ac2702be0
with:
manylinux-platforms: '["_2_28-x64","2014-x64"]'
cmake-options: '-DRTK_BUILD_APPLICATIONS:BOOL=OFF'
itk-module-deps: "RTKConsortium/ITKCudaCommon@09a964504bf9be9403189502cb7e790085a62708"
secrets:
pypi_password: ${{ secrets.pypi_password }}
env:
IMAGE_TAG: '20230106-1aeaea0'