We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a717c39 commit eef310aCopy full SHA for eef310a
1 file changed
run_docker.sh
@@ -15,7 +15,7 @@ if [ ! -z $TRAVIS_TAG ]; then
15
docker pull quay.io/pypa/manylinux1_i686
16
docker run --rm -v `pwd`:/io quay.io/pypa/manylinux1_i686 linux32 /io/build-wheels.sh
17
echo "Dist folder content is:"
18
- for f in dist/manylinux1_i686.whl
+ for f in dist/*manylinux1_i686.whl
19
do
20
echo "Upload $f"
21
python -m twine upload $f --username andrew.svetlov --password $PYPI_PASSWD
0 commit comments