Skip to content

Commit

Permalink
ENH: Bump ITKPythonPackage tag
Browse files Browse the repository at this point in the history
Includes fix for gcc toolset compatibility.

See InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction#21
  • Loading branch information
tbirdso committed Dec 6, 2022
1 parent 05073c9 commit e126069
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@5083da2740617b78423ebf6083489e1e70ee8ca0
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@d4a5ce4f219b66b78269a15392e15c95f90e7e00

python-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@5083da2740617b78423ebf6083489e1e70ee8ca0
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@d4a5ce4f219b66b78269a15392e15c95f90e7e00
secrets:
pypi_password: ${{ secrets.pypi_password }}

0 comments on commit e126069

Please sign in to comment.