Skip to content

Commit 52b2170

Browse files
author
Денис Петров
committed
4
1 parent 98b5c3a commit 52b2170

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-and-test.yml

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
makefile: x86_64_linux.mk
2424
python: /opt/python/cp38-cp38/bin/python
2525
wheeldir: wheelhouse/${{ runner.os }}/
26+
- name: --
27+
run: ls wheelhouse/
2628

2729
- name: Upload artifacts
2830
uses: actions/upload-artifact@v4
@@ -47,6 +49,7 @@ jobs:
4749
python3 -m build . --wheel -C="--build-option=--plat-name=win_amd64"
4850
mkdir -p wheelhouse/${{ runner.os }}/
4951
cp dist/*.whl wheelhouse/${{ runner.os }}/
52+
ls wheelhouse/
5053
5154
- name: Upload artifacts
5255
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)