Merge pull request #978 from InsightSoftwareConsortium/dependabot/npm… #917
This file contains 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: C++,Native Python | |
on: [push,pull_request] | |
env: | |
itk-git-tag: "v5.4rc01" | |
itk-wheel-tag: "v5.4rc01" | |
ITKMeshToPolyData-git-tag: "v0.11rc01" | |
jobs: | |
cxx-build-workflow: | |
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@eebccc8d50a25fac571324ae56dd254bd64607a8 | |
with: | |
itk-module-deps: '[email protected]' | |
ctest-options: '-E itkPipelineTest' | |
python-build-workflow: | |
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@eebccc8d50a25fac571324ae56dd254bd64607a8 | |
with: | |
itk-module-deps: 'InsightSoftwareConsortium/[email protected]' | |
secrets: | |
pypi_password: ${{ secrets.pypi_password }} |