Skip to content

Commit 5da91d5

Browse files
committed
fix: upload of wheels
1 parent 2fe7ad9 commit 5da91d5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build-wheel.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
"
5555
5656
- name: Verify Linux wheels
57-
if: runner.os != 'Windows'
57+
if: runner.os == 'Linux'
5858
run: |
5959
echo "Contents of dist directory:"
6060
ls -la dist/
@@ -123,6 +123,7 @@ jobs:
123123
python setup.py bdist_wheel --plat-name macosx_11_0_arm64
124124
125125
- name: Log wheel filename
126+
if: runner.os == 'Linux' || runner.os == 'macOS'
126127
shell: bash
127128
run: |
128129
echo "Built wheel:"

0 commit comments

Comments
 (0)