Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cboylston authored Jul 25, 2024
1 parent 4eee610 commit 3b01a16
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ jobs:
mkdir dist
for artifact in wheels/*; do
for whl in "$artifact"/*.whl; do
base_name=$(basename "$artifact" | sed 's/jupyter-cadquery-orion-//')
new_name="jupyter-cadquery-orion-${base_name}.whl"
mv "$whl" "dist/$new_name"
mv "$whl" "dist/"
done
done
rm -rf wheels
Expand Down

0 comments on commit 3b01a16

Please sign in to comment.