Skip to content

Commit

Permalink
Merge pull request #65 from thewtex/macos-arm-wheels
Browse files Browse the repository at this point in the history
ENH: Build macOS ARM wheels
  • Loading branch information
thewtex authored Apr 12, 2024
2 parents 61630b6 + 498b40e commit a83a9f1
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build-test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,11 @@ on: [push,pull_request]

jobs:
cxx-build-workflow:
uses: thewtex/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@e7c959441f1e513e8dedf380202e553f3aacf124
with:
itk-git-tag: 877acbac082d5d8132e3d66f13732914b6408ef7
uses: thewtex/ITKRemoteModuleBuildTestPackageAction/.github/workflows/[email protected]

python-build-workflow:
uses: thewtex/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@e7c959441f1e513e8dedf380202e553f3aacf124
uses: thewtex/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.4rc03-arm-wheels
with:
test-notebooks: false
itk-python-package-tag: e80c3754b472f16e61756f3988cf876c2a7bf097
secrets:
pypi_password: ${{ secrets.pypi_password }}

0 comments on commit a83a9f1

Please sign in to comment.