debug
Browse files
.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}}
|