Skip to content

Commit

Permalink
Edited the local build script and not the action config file
Browse files Browse the repository at this point in the history
  • Loading branch information
jmwright committed Jul 15, 2024
1 parent 392de0f commit 214cf49
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-vtk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,7 @@ jobs:
sed -i 's/Name:.*$/Name: cadquery_vtk/' wheel_build/*.dist-info/METADATA # Change the name in the METADATA file
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
mv wheel_build/*.dist-info wheel_build/cadquery_vtk-9.2.6.dist-info # Rename the dist-info file to the new name
cd wheel_build/
zip -r cadquery_${wheel_file} * # Create a new wheel file with the new name by prepending "cadquery_" to the name
wheel pack wheel_build/; # Create a new wheel file with the new name by prepending "cadquery_" to the name
rm ../vtk/build/dist/*.whl # Remove the old wheel file
mv cadquery_${wheel_file} ../vtk/build/dist/ # Move the new wheel file to the dist directory
cd ../
Expand Down

0 comments on commit 214cf49

Please sign in to comment.