Skip to content

Commit

Permalink
ENH: Bump ITK workflow to v5.3rc04.post4
Browse files Browse the repository at this point in the history
  • Loading branch information
tbirdso authored and dzenanz committed Nov 18, 2022
1 parent 63da22a commit 6298ae1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-package.yml
Expand Up @@ -4,9 +4,9 @@ on: [push,pull_request]

jobs:
cxx-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.3rc04.post3
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.3rc04.post4

python-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.3rc04.post3
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.3rc04.post4
secrets:
pypi_password: ${{ secrets.pypi_password }}
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -13,7 +13,7 @@

setup(
name='itk-higherorderaccurategradient',
version='1.1.5',
version='1.1.6',
author='Matthew M. McCormick',
author_email='matt.mccormick@kitware.com',
packages=['itk'],
Expand Down Expand Up @@ -48,6 +48,6 @@
keywords='ITK Higher-order Derivative Gradient',
url=r'https://github.com/InsightSoftwareConsortium/ITKHigherOrderAccurateGradient',
install_requires=[
r'itk>=v5.3rc04.post3'
r'itk>=v5.3rc04.post4'
]
)

0 comments on commit 6298ae1

Please sign in to comment.