Skip to content

build(deps): bump follow-redirects in /examples/webpack #1149

build(deps): bump follow-redirects in /examples/webpack

build(deps): bump follow-redirects in /examples/webpack #1149

Workflow file for this run

name: C++,Native Python
on: [push,pull_request]
env:
itk-git-tag: "v5.4rc01"
itk-wheel-tag: "v5.4rc01"
ITKMeshToPolyData-git-tag: "v0.11rc01"
jobs:
cxx-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@eebccc8d50a25fac571324ae56dd254bd64607a8
with:
itk-module-deps: '[email protected]'
ctest-options: '-E itkPipelineTest'
python-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@eebccc8d50a25fac571324ae56dd254bd64607a8
with:
itk-module-deps: 'InsightSoftwareConsortium/[email protected]'
secrets:
pypi_password: ${{ secrets.pypi_password }}