Remove whl count check

This commit is contained in:
wtfsck 2021-05-13 22:56:12 +02:00
parent 09886e4601
commit a291486310
1 changed files with 0 additions and 8 deletions

View File

@ -530,14 +530,6 @@ jobs:
fi fi
rmdir /tmp/py-dist-tmp rmdir /tmp/py-dist-tmp
# Windows x86 + x64, macOS x64, Linux (x86 + x64) * (manylinux1 + manylinux2010)
# 7 (wheels) + 1 (source code tar.gz file)
if [ $(ls -A /tmp/py-dist | wc -l) -ne 8 ]; then
ls -l /tmp/py-dist
echo "Found too many/few Python whl files (see above)"
exit 1
fi
- name: Upload checks - name: Upload checks
shell: bash shell: bash
run: | run: |