File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ on: [push,pull_request]
44
55jobs :
66 cxx-build-workflow :
7- uses : InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.3rc04.post3
7+ uses : InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.3rc04.post4
88
99 python-build-workflow :
10- uses : InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.3rc04.post3
10+ uses : InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.3rc04.post4
1111 secrets :
1212 pypi_password : ${{ secrets.pypi_password }}
Original file line number Diff line number Diff line change 1313
1414setup (
1515 name = 'itk-meshtopolydata' ,
16- version = '0.9.1 ' ,
16+ version = '0.9.2 ' ,
1717 author = 'Insight Software Consortium' ,
1818 author_email = 'itk+community@discourse.itk.org' ,
1919 packages = ['itk' ],
4444 keywords = 'ITK InsightToolkit' ,
4545 url = r'https://itk.org/' ,
4646 install_requires = [
47- r'itk-core>=5.3rc04.post3 ' ,
47+ r'itk-core>=5.3rc04.post4 ' ,
4848 r'numpy' ,
4949 ]
5050 )
You can’t perform that action at this time.
0 commit comments