Skip to content

Merge pull request #1166 from jadh4v/fix-WebAssemblyInterface-vector-… #938

Merge pull request #1166 from jadh4v/fix-WebAssemblyInterface-vector-…

Merge pull request #1166 from jadh4v/fix-WebAssemblyInterface-vector-… #938

Workflow file for this run

name: C++,Native Python
on:
push:
branches:
- main
pull_request:
branches:
- main
env:
ITKMeshToPolyData-git-tag: "v0.11.0"
jobs:
cxx-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/[email protected]
with:
itk-module-deps: '[email protected]'
ctest-options: '-E itkPipelineTest'
python-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/[email protected]
with:
itk-module-deps: 'InsightSoftwareConsortium/[email protected]'
secrets:
pypi_password: ${{ secrets.pypi_password }}