COMP: Update CI workflows for remote module #54
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build, test, package | |
on: [push,pull_request] | |
jobs: | |
cxx-build-workflow: | |
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@bdc6af9f81feedc0b2d0a88caf865120a64921d7 | |
python-build-workflow: | |
# HACK -- bdc6af9f81feedc0b2d0a88caf865120a64921d7 waiting for PR review | |
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@bdc6af9f81feedc0b2d0a88caf865120a64921d7 | |
secrets: | |
pypi_password: ${{ secrets.pypi_password }} |