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

ENH: Convert ExternalData .md5 tags to .cid (IPFS content IDs) #23

ENH: Convert ExternalData .md5 tags to .cid (IPFS content IDs)

ENH: Convert ExternalData .md5 tags to .cid (IPFS content IDs) #23

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