Skip to content

Commit a83a9f1

Browse files
authored
Merge pull request #65 from thewtex/macos-arm-wheels
ENH: Build macOS ARM wheels
2 parents 61630b6 + 498b40e commit a83a9f1

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/build-test-package.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,11 @@ on: [push,pull_request]
44

55
jobs:
66
cxx-build-workflow:
7-
uses: thewtex/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@e7c959441f1e513e8dedf380202e553f3aacf124
8-
with:
9-
itk-git-tag: 877acbac082d5d8132e3d66f13732914b6408ef7
7+
uses: thewtex/ITKRemoteModuleBuildTestPackageAction/.github/workflows/[email protected]
108

119
python-build-workflow:
12-
uses: thewtex/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@e7c959441f1e513e8dedf380202e553f3aacf124
10+
uses: thewtex/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.4rc03-arm-wheels
1311
with:
1412
test-notebooks: false
15-
itk-python-package-tag: e80c3754b472f16e61756f3988cf876c2a7bf097
1613
secrets:
1714
pypi_password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)