Skip to content

COMP: Bump CI for ITK 5.4.2 #92

COMP: Bump CI for ITK 5.4.2

COMP: Bump CI for ITK 5.4.2 #92

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.2
python-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.4.2
secrets:
pypi_password: ${{ secrets.pypi_password }}