Merge pull request #239 from effigies/pyproject #458
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: Build, test, package | |
on: [push,pull_request] | |
jobs: | |
cxx-build-workflow: | |
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@edd0a4350396f533e9ec3755ed6c5af5ddfedb97 | |
with: | |
itk-module-deps: '[email protected]:[email protected]:[email protected]:[email protected]:[email protected]' | |
warnings-to-ignore: "\"pointer is null\" \"in a call to non-static member function\"" | |
python-build-workflow: | |
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@edd0a4350396f533e9ec3755ed6c5af5ddfedb97 | |
with: | |
itk-module-deps: 'InsightSoftwareConsortium/[email protected]:InsightSoftwareConsortium/[email protected]:InsightSoftwareConsortium/[email protected]:InsightSoftwareConsortium/[email protected]:KitwareMedical/[email protected]' | |
secrets: | |
pypi_password: ${{ secrets.pypi_password }} |