Skip to content

ENH: Transition project configuration to pyproject.toml #176

ENH: Transition project configuration to pyproject.toml

ENH: Transition project configuration to pyproject.toml #176

name: Build, test, package
on: [push,pull_request]
jobs:
cxx-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.3.0
python-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.3.0
secrets:
pypi_password: ${{ secrets.pypi_password }}