COMP: Bump InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction from e885a99c2e34497c4c5c0c1428a269fb0aae7902 to 17176be77048a6737e566047ae8a88c8090334f1 #203
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |