Skip to content

Commit

Permalink
ENH: Bump ITK remote build GHA version
Browse files Browse the repository at this point in the history
Bump ITK remote build GHA version.

Take advantage of the commit to prevent duplicate CI builds.
  • Loading branch information
jhlegarreta committed Sep 7, 2024
1 parent 46a1b11 commit 8cc7ef9
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions .github/workflows/build-test-package.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
name: Build, test, package

on: [push,pull_request]
on:
push:
branches:
- main
tags:
- 'v*'
pull_request:
branches:
- main

jobs:
cxx-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@d4a5ce4f219b66b78269a15392e15c95f90e7e00
with:
itk-git-tag: 'v5.3.0'
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/[email protected]

python-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@d4a5ce4f219b66b78269a15392e15c95f90e7e00
with:
itk-wheel-tag: 'v5.3.0'
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/[email protected]
secrets:
pypi_password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 8cc7ef9

Please sign in to comment.