Skip to content

ENH: Upgrade required Python and CMake version in pyproject.toml #246

ENH: Upgrade required Python and CMake version in pyproject.toml

ENH: Upgrade required Python and CMake version in pyproject.toml #246

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: 13, Col: 5): A sequence was not expected
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
cookie-cutter-workflow:
- name: Evaluate template
shell: bash
run: |
python -m pip install cookiecutter
cd "${GITHUB_WORKSPACE}"
python -m cookiecutter --no-input --output-dir Evaluated .
mv Evaluated/ITKModuleTemplate/* .
cxx-build-workflow:
needs:
- cookie-cutter-workflow
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/[email protected]
python-build-workflow:
needs:
- cookie-cutter-workflow
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/[email protected]
secrets:
pypi_password: ${{ secrets.pypi_password }}