Skip to content

Commit

Permalink
Update py_ext_main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
paullinnerud authored Jan 6, 2022
1 parent b0567c1 commit d43e3f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/py_ext_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ jobs:
run: |
ls wheelhouse/*
mkdir -p dist/
mv source-dist/*.zip dist/
for wheel_dir in wheelhouse/uharfbuzz*/; do
mv wheelhouse/source-dist/*.zip dist/
for wheel_dir in wheelhouse/vttcompilepy*/; do
mv "${wheel_dir}"/*.whl dist/
done
Expand Down

0 comments on commit d43e3f4

Please sign in to comment.