Skip to content

Fix Ubuntu GitHub Action #18

Fix Ubuntu GitHub Action

Fix Ubuntu GitHub Action #18

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:
# Halide requires glibc 2.34 which is not available on any current manylinux platform.
manylinux-platforms: '[]'