Browse Source

ship pypy3-5.7.1 x86_64 wheels for linux

tb 4.3.0
ofek 7 years ago
parent
commit
2f0f2ce76d
  1. 2
      .travis/deploy.sh

2
.travis/deploy.sh

@ -27,7 +27,7 @@ else
wget -q https://nixos.org/releases/patchelf/patchelf-0.9/patchelf-0.9.tar.bz2 && tar -xjpf patchelf-*.tar.bz2 && cd patchelf* && ./configure > /dev/null && sudo make install > /dev/null && cd ..
auditwheel repair dist/coincurve*.whl
rm dist/coincurve*.whl
mv coincurve*.whl dist
mv wheelhouse/coincurve*.whl dist
fi
fi

Loading…
Cancel
Save