Skip to content

Commit 4c6708b

Browse files
committed
Fix linux CD part: remove .eggs
Signed-off-by: Alexey Stepanov <penguinolog@gmail.com>
1 parent e92e03c commit 4c6708b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/build-wheels.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ for PYTHON in ${PYTHON_VERSIONS}; do
6060
done
6161

6262
find /io/dist/ -type f -not -name "*$package_name*" -delete
63+
rm -rf /io/.eggs
64+
rm -rf /io/build
6365
rm -rf /io/*.egg-info
66+
rm -rf /io/.pytest_cache
6467
chmod -v a+rwx /io/dist
6568
chmod -v a+rw /io/dist/*

0 commit comments

Comments
 (0)