File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,9 @@ on: [push,pull_request]
4
4
5
5
jobs :
6
6
cxx-build-workflow :
7
- uses : InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@d4a5ce4f219b66b78269a15392e15c95f90e7e00
8
- with :
9
- itk-git-tag : ' v5.3.0'
7
+ uses : InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.4.0
10
8
11
9
python-build-workflow :
12
- uses : InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@d4a5ce4f219b66b78269a15392e15c95f90e7e00
13
- with :
14
- itk-wheel-tag : ' v5.3.0'
10
+ uses : InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.4.0
15
11
secrets :
16
12
pypi_password : ${{ secrets.pypi_password }}
You can’t perform that action at this time.
0 commit comments