We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98b5c3a commit 52b2170Copy full SHA for 52b2170
.github/workflows/build-and-test.yml
@@ -23,6 +23,8 @@ jobs:
23
makefile: x86_64_linux.mk
24
python: /opt/python/cp38-cp38/bin/python
25
wheeldir: wheelhouse/${{ runner.os }}/
26
+ - name: --
27
+ run: ls wheelhouse/
28
29
- name: Upload artifacts
30
uses: actions/upload-artifact@v4
@@ -47,6 +49,7 @@ jobs:
47
49
python3 -m build . --wheel -C="--build-option=--plat-name=win_amd64"
48
50
mkdir -p wheelhouse/${{ runner.os }}/
51
cp dist/*.whl wheelhouse/${{ runner.os }}/
52
+ ls wheelhouse/
53
54
55
0 commit comments