Skip to content

Bump cleaver version #167

Bump cleaver version

Bump cleaver version #167

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@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 }}