Skip to content

Commit 73b2230

Browse files
authored
Merge pull request #200 from LucasGandel/manylinux-copy-configured-headers
Remove clean step when building module wheels on Linux
2 parents 0311c89 + c953dc0 commit 73b2230

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/internal/manylinux-build-module-wheels.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ for PYBIN in "${PYBINARIES[@]}"; do
101101
-DPython3_INCLUDE_DIR:PATH=${Python3_INCLUDE_DIR} \
102102
${CMAKE_OPTIONS} \
103103
|| exit 1
104-
${PYBIN}/python setup.py clean
105104
done
106105

107106
if test "${ARCH}" == "x64"; then

0 commit comments

Comments
 (0)