Skip to content

Commit 46e6827

Browse files
authored
Merge pull request #36 from jcfr/enable-manylinux_2_17_x86_64-wheels
ENH: Support Slicer integration enabling manylinux_2_17_x86_64 wheels build
2 parents c2c79a8 + 1ef02bf commit 46e6827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
python-build-workflow:
1010
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/[email protected]
1111
with:
12-
manylinux-platforms: '["_2_28-x64","_2_28-aarch64"]'
12+
manylinux-platforms: '["_2_28-x64","2014-x64","_2_28-aarch64"]'
1313
secrets:
1414
pypi_password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)