Skip to content

Fix Ubuntu GitHub Action #14

Fix Ubuntu GitHub Action

Fix Ubuntu GitHub Action #14

name: Build, test, package
on:
push:
branches:
- main
tags:
- 'v*'
pull_request:
branches:
- main
jobs:
cxx-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/[email protected]
python-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/[email protected]
secrets:
pypi_password: ${{ secrets.pypi_password }}
with:
manylinux-platforms: '["_2_28-x64", "_2_28-aarch64"]'
python3-minor-versions: '["9", "10", "11"]'