mirror of https://github.com/icedland/iced.git
Remove whl count check
This commit is contained in:
parent
09886e4601
commit
a291486310
|
@ -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: |
|
||||||
|
|
Loading…
Reference in New Issue