Skip to content

COMP: Pin ITK wheel build to v5.4.5 for Python packaging #86

COMP: Pin ITK wheel build to v5.4.5 for Python packaging

COMP: Pin ITK wheel build to v5.4.5 for Python packaging #86

name: Build, test, package

Check failure on line 1 in .github/workflows/build-test-package.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-test-package.yml

Invalid workflow file

(Line: 19, Col: 10): Unexpected value ''
on:
push:
branches:
- main
tags:
- 'v*'
pull_request:
branches:
- main
jobs:
cxx-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.4.6
python-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.4.6
with:
secrets:
pypi_password: ${{ secrets.pypi_password }}