Skip to content
This repository was archived by the owner on May 28, 2026. It is now read-only.

COMP: Update RemoteModulePackageAction and Python 3.9+ #131

COMP: Update RemoteModulePackageAction and Python 3.9+

COMP: Update RemoteModulePackageAction and Python 3.9+ #131

name: Build, test, package
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.4
python-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.4.4
secrets:
pypi_password: ${{ secrets.pypi_password }}