Skip to content

Commit 4d1376c

Browse files
committed
AAAG
1 parent d19fc84 commit 4d1376c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packaging/post_build_script.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ wheel_path=$(pwd)/$(find dist -type f -name "*.whl")
88
echo "Wheel content:"
99
unzip -l $wheel_path
1010

11+
if [[ "$wheel_path" == *"0.0.0"* ]]; then
12+
echo "Wrong wheel version :'("
13+
exit 1
14+
fi
15+
16+
1117
unamestr=$(uname)
1218
if [[ "$unamestr" == 'Linux' ]]; then
1319
ext="so"

0 commit comments

Comments
 (0)