Skip to content

Commit

Permalink
rename python wheels for pip compat
Browse files Browse the repository at this point in the history
  • Loading branch information
greenaddress authored and jgriffiths committed Nov 24, 2020
1 parent bccf7a8 commit 916d07c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tools/build_python_manylinux_wheels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,9 @@ for PYBIN in /opt/python/*/bin/; do
fi
done

# name required by pip twine upload
for f in wally_dist/*.whl; do
mv -- "$f" "${f/-linux_/-manylinux2014_}"
done

./tools/cleanup.sh

0 comments on commit 916d07c

Please sign in to comment.