Skip to content
Snippets Groups Projects
Commit c2a8d40b authored by Christos Tsolakis's avatar Christos Tsolakis Committed by Kitware Robot
Browse files

Merge topic 'fix-python-312-wheel' into release


69c3d7e4 ci: python-wheels ensure required packages are installed

Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
Tested-by: default avatarbuildbot <buildbot@kitware.com>
Merge-request: !11579
parents 81b148c3 69c3d7e4
No related branches found
No related tags found
No related merge requests found
......@@ -606,6 +606,7 @@
- $LAUNCHER ctest -VV -S .gitlab/ci/ctest_build.cmake &> $GIT_CLONE_PATH/compile_output.log
- sccache --show-stats
- cd build
- "$PYTHON_PREFIX/bin/python -m pip install -U setuptools wheel"
- "$PYTHON_PREFIX/bin/python setup.py bdist_wheel"
- auditwheel show dist/*.whl > $GIT_CLONE_PATH/wheel_output.log
- auditwheel repair dist/*.whl >> $GIT_CLONE_PATH/wheel_output.log
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment