File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -157,8 +157,7 @@ jobs:
157
157
sed -i 's/Name:.*$/Name: cadquery_vtk/' wheel_build/*.dist-info/METADATA # Change the name in the METADATA file
158
158
sed -i 's/Version:.9.2.6.dev0$/Version: 9.2.6/' wheel_build/*.dist-info/METADATA # Remove the .dev0 from the version in the METADATA file
159
159
mv wheel_build/*.dist-info wheel_build/cadquery_vtk-9.2.6.dist-info # Rename the dist-info file to the new name
160
- cd wheel_build/
161
- zip -r cadquery_${wheel_file} * # Create a new wheel file with the new name by prepending "cadquery_" to the name
160
+ wheel pack wheel_build/; # Create a new wheel file with the new name by prepending "cadquery_" to the name
162
161
rm ../vtk/build/dist/*.whl # Remove the old wheel file
163
162
mv cadquery_${wheel_file} ../vtk/build/dist/ # Move the new wheel file to the dist directory
164
163
cd ../
You can’t perform that action at this time.
0 commit comments