Skip to content

Commit

Permalink
Merge pull request #1106 from thewtex/native-python-ci
Browse files Browse the repository at this point in the history
ci: bump native builds to use ITK v5.4rc03+patches
  • Loading branch information
thewtex authored Apr 11, 2024
2 parents 35e0c80 + d2a156d commit ae66f92
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/cxx-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@ name: C++,Native Python
on: [push,pull_request]

env:
itk-git-tag: "v5.4rc01"
itk-wheel-tag: "v5.4rc01"
ITKMeshToPolyData-git-tag: "v0.11rc01"
ITKMeshToPolyData-git-tag: "v0.11rc02"

jobs:
cxx-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@eebccc8d50a25fac571324ae56dd254bd64607a8
uses: thewtex/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@e7c959441f1e513e8dedf380202e553f3aacf124
with:
itk-module-deps: '[email protected]'
itk-git-tag: 877acbac082d5d8132e3d66f13732914b6408ef7
itk-module-deps: '[email protected]'
ctest-options: '-E itkPipelineTest'

python-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@eebccc8d50a25fac571324ae56dd254bd64607a8
uses: thewtex/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@e7c959441f1e513e8dedf380202e553f3aacf124
with:
itk-module-deps: 'InsightSoftwareConsortium/[email protected]'
itk-module-deps: 'InsightSoftwareConsortium/[email protected]'
itk-python-package-tag: e80c3754b472f16e61756f3988cf876c2a7bf097
secrets:
pypi_password: ${{ secrets.pypi_password }}
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name='itk-webassemblyinterface',
version='1.0b127',
version='1.0b171',
author='Insight Software Consortium',
author_email='[email protected]',
packages=['itk'],
Expand Down Expand Up @@ -43,7 +43,7 @@
keywords='ITK InsightToolkit',
url=r'https://itk.org/',
install_requires=[
r'itk-io>=5.4rc1',
r'itk-meshtopolydata>=0.11rc1',
r'itk>=5.4rc3',
r'itk-meshtopolydata>=0.11rc2',
]
)

0 comments on commit ae66f92

Please sign in to comment.