Skip to content

COMP: Bump InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction from e885a99c2e34497c4c5c0c1428a269fb0aae7902 to 17176be77048a6737e566047ae8a88c8090334f1 #203

COMP: Bump InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction from e885a99c2e34497c4c5c0c1428a269fb0aae7902 to 17176be77048a6737e566047ae8a88c8090334f1

COMP: Bump InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction from e885a99c2e34497c4c5c0c1428a269fb0aae7902 to 17176be77048a6737e566047ae8a88c8090334f1 #203

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@17176be77048a6737e566047ae8a88c8090334f1
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@17176be77048a6737e566047ae8a88c8090334f1
secrets:
pypi_password: ${{ secrets.pypi_password }}