We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fe7ad9 commit 5da91d5Copy full SHA for 5da91d5
1 file changed
.github/workflows/build-wheel.yml
@@ -54,7 +54,7 @@ jobs:
54
"
55
56
- name: Verify Linux wheels
57
- if: runner.os != 'Windows'
+ if: runner.os == 'Linux'
58
run: |
59
echo "Contents of dist directory:"
60
ls -la dist/
@@ -123,6 +123,7 @@ jobs:
123
python setup.py bdist_wheel --plat-name macosx_11_0_arm64
124
125
- name: Log wheel filename
126
+ if: runner.os == 'Linux' || runner.os == 'macOS'
127
shell: bash
128
129
echo "Built wheel:"
0 commit comments