Skip to content

Commit

Permalink
fix cd
Browse files Browse the repository at this point in the history
  • Loading branch information
almarklein committed Sep 23, 2024
1 parent bdb22ab commit 67f1044
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
with:
path: dist
- name: Flatten dist dir
shell: bash
run: |
find dist -mindepth 2 -type f -exec mv -f '{}' dist/ ';'
rm -rf dist/*/
Expand All @@ -88,6 +89,7 @@ jobs:
run: |
rm -rf ./wgpu
rm -rf ./dist/*.whl
# Install sdist, but no test, because there is no wgpu-native lib now.
filename=$(ls dist/*.tar.gz)
pip install $filename
pip uninstall -y wgpu
Expand Down

0 comments on commit 67f1044

Please sign in to comment.