Skip to content

Commit eef310a

Browse files
committed
Fix i686 manylinux upload
1 parent a717c39 commit eef310a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

run_docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if [ ! -z $TRAVIS_TAG ]; then
1515
docker pull quay.io/pypa/manylinux1_i686
1616
docker run --rm -v `pwd`:/io quay.io/pypa/manylinux1_i686 linux32 /io/build-wheels.sh
1717
echo "Dist folder content is:"
18-
for f in dist/manylinux1_i686.whl
18+
for f in dist/*manylinux1_i686.whl
1919
do
2020
echo "Upload $f"
2121
python -m twine upload $f --username andrew.svetlov --password $PYPI_PASSWD

0 commit comments

Comments
 (0)