andreped commited on
Commit
29dc226
·
1 Parent(s): a2942fe
Files changed (1) hide show
  1. .github/workflows/build.yaml +1 -0
.github/workflows/build.yaml CHANGED
@@ -36,6 +36,7 @@ jobs:
36
  - name: Build wheel
37
  run: |
38
  python setup.py bdist_wheel --universal
 
39
  ls
40
 
41
  - name: Install program for ${{matrix.TARGET}}
 
36
  - name: Build wheel
37
  run: |
38
  python setup.py bdist_wheel --universal
39
+ cd dist
40
  ls
41
 
42
  - name: Install program for ${{matrix.TARGET}}