Skip to content

Commit 8f8fec1

Browse files
committed
fix: Universal pipeline
1 parent 2373248 commit 8f8fec1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-wheel.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ jobs:
8282
find dist -name "*.whl" | wc -l
8383
echo "Wheel filenames:"
8484
find dist -name "*.whl" -exec basename {} \;
85+
echo "Verifying wheelsusing twine check"
86+
twine check dist/*
8587
8688
- name: Build Windows wheel (x64)
8789
if: runner.os == 'Windows'
@@ -140,6 +142,9 @@ jobs:
140142
done
141143
cd ..
142144
145+
echo "Verifying wheelsusing twine check"
146+
twine check dist/*
147+
143148
- name: Log wheel filename
144149
if: runner.os == 'Linux' || runner.os == 'macOS'
145150
shell: bash

0 commit comments

Comments
 (0)