Skip to content

Commit

Permalink
ENH: update CI Python build script to follow Ultrasound module
Browse files Browse the repository at this point in the history
  • Loading branch information
dzenanz committed Apr 2, 2021
1 parent 4a87ed1 commit 7638fde
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build-test-package.yml
Expand Up @@ -204,8 +204,10 @@ jobs:
./dockcross-manylinux-download-cache-and-build-module-wheels.sh cp${{ matrix.python-version }}
popd
cp ITKBoneEnhancement/include/* include/
ln -s $(pwd)/ITKBoneEnhancement/ITKPythonPackage .
ln -s $(pwd)/ITKBoneEnhancement/tools .
rm ./ITKBoneEnhancement/doxygen-1.8.11.linux.bin.tar.gz
rm ./ITKBoneEnhancement/ITKPythonBuilds-linux.tar.zst
mv ./ITKBoneEnhancement/ITKPythonPackage .
mv ./ITKBoneEnhancement/tools .
./ITKPythonPackage/scripts/dockcross-manylinux-build-module-wheels.sh cp${{ matrix.python-version }}
- name: Publish Python package as GitHub Artifact
Expand Down Expand Up @@ -248,7 +250,8 @@ jobs:
./macpython-download-cache-and-build-module-wheels.sh
popd
cp ITKBoneEnhancement/include/* include/
./ITKPythonPackage/scripts/macpython-build-module-wheels.sh
rm ./ITKBSplineGradient/ITKPythonBuilds-macosx.tar.zst
/Users/svc-dashboard/D/P/ITKPythonPackage/scripts/macpython-build-module-wheels.sh
- name: Publish Python package as GitHub Artifact
uses: actions/upload-artifact@v1
Expand Down

0 comments on commit 7638fde

Please sign in to comment.