Skip to content

COMP: Bump actions/checkout from 3.5.0 to 3.5.2 #160

COMP: Bump actions/checkout from 3.5.0 to 3.5.2

COMP: Bump actions/checkout from 3.5.0 to 3.5.2 #160

name: Build, test, package
on: [push,pull_request]
jobs:
cxx-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@e885a99c2e34497c4c5c0c1428a269fb0aae7902
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@e885a99c2e34497c4c5c0c1428a269fb0aae7902
secrets:
pypi_password: ${{ secrets.pypi_password }}