Skip to content

Commit 392de0f

Browse files
committed
Trying to figure out how to rebuild the wheel on Windows too
1 parent d842722 commit 392de0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

local-vtk-build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ do
4747
sed -i 's/Name:.*$/Name: cadquery_vtk/' wheel_build/*.dist-info/METADATA; \
4848
sed -i 's/Version:.9.2.6.dev0$/Version: 9.2.6/' wheel_build/*.dist-info/METADATA; \
4949
mv wheel_build/*.dist-info wheel_build/cadquery_vtk-9.2.6.dist-info; \
50-
cd wheel_build/; \
51-
zip -r cadquery_${wheel_file} *; \
50+
cd ..; \
51+
wheel pack wheel_build/; \
5252
rm ../vtk/build/dist/*.whl; \
5353
mv cadquery_${wheel_file} ../vtk/build/dist/; \
5454
cd ../; \

0 commit comments

Comments
 (0)