Skip to content

Merge pull request #1106 from thewtex/native-python-ci #821

Merge pull request #1106 from thewtex/native-python-ci

Merge pull request #1106 from thewtex/native-python-ci #821

Workflow file for this run

name: C++,Native Python
on: [push,pull_request]
env:
ITKMeshToPolyData-git-tag: "v0.11rc02"
jobs:
cxx-build-workflow:
uses: thewtex/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@e7c959441f1e513e8dedf380202e553f3aacf124
with:
itk-git-tag: 877acbac082d5d8132e3d66f13732914b6408ef7
itk-module-deps: '[email protected]'
ctest-options: '-E itkPipelineTest'
python-build-workflow:
uses: thewtex/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@e7c959441f1e513e8dedf380202e553f3aacf124
with:
itk-module-deps: 'InsightSoftwareConsortium/[email protected]'
itk-python-package-tag: e80c3754b472f16e61756f3988cf876c2a7bf097
secrets:
pypi_password: ${{ secrets.pypi_password }}