Skip to content

Commit

Permalink
DOC: Release documentation updates for ITK 5.4 RC 01
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Jul 24, 2023
1 parent 85409ea commit 779afeb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Documentation/Maintenance/Release.md
Original file line number Diff line number Diff line change
Expand Up @@ -437,8 +437,8 @@ Generate Python Packages
The [ITKPythonPackage](https://itkpythonpackage.readthedocs.io/en/latest/) website describes how to
[build ITK Python wheels](https://itkpythonpackage.readthedocs.io/en/latest/Build_ITK_Python_packages.html).

Python packages are currently generated nightly by the systems, `metroplex`,
`misty`, and `overload` at Kitware and uploaded to the [ITKPythonPackage
Python packages are currently generated nightly by the systems, `blaster`,
`grax`, `misty`, and `overload` at Kitware and uploaded to the [ITKPythonPackage
GitHub Release
page](https://github.com/InsightSoftwareConsortium/ITKPythonPackage/releases/tag/latest).

Expand Down Expand Up @@ -469,6 +469,8 @@ Build the sdist and wheels for Linux (amd64):
```sh
ssh blaster
cd ~/Packaging/ITKPythonPackage

export MANYLINUX_VERSION=_2_28
git reset --hard HEAD
git checkout release
git pull origin release
Expand All @@ -481,6 +483,7 @@ cd ..
./ITKPythonPackage/scripts/dockcross-manylinux-build-tarball.sh
mv ITKPythonBuilds-linux.tar.zst ITKPythonBuilds-linux-manylinux_2_28.tar.zst

export MANYLINUX_VERSION=2014
cd ITKPythonPackage
git reset --hard HEAD
sudo git clean -fdx
Expand Down

0 comments on commit 779afeb

Please sign in to comment.