Skip to content

Commit

Permalink
ENH: Bump CI workflow for ARM builds and wheel validation
Browse files Browse the repository at this point in the history
Bump CI workflow commit hash to include recent feature additions such as
distinct Linux jobs, ARM wheels, and wheel validation.
  • Loading branch information
tbirdso committed Jan 24, 2023
1 parent 0f69d0a commit 496096f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-package.yml
Expand Up @@ -4,9 +4,9 @@ on: [push,pull_request]

jobs:
cxx-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.3.0
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@03626a23c22246e89e36c7e918a158c440f9b099

python-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.3.0
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@03626a23c22246e89e36c7e918a158c440f9b099
secrets:
pypi_password: ${{ secrets.pypi_password }}

0 comments on commit 496096f

Please sign in to comment.