mirror of
https://github.com/google/brotli.git
synced 2026-09-24 07:35:48 +00:00
[PR #407] Fix python build #1019
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/google/brotli/pull/407
State: closed
Merged: Yes
We need to source the virtual environment at the
scriptandafter_successstages inside.travis.shscript.We can build and deploy only OSX wheels for now, but I will work on adding
manylinux1support later.There's no need to build wheels using homebrew python (64bit only), as the wheels produced by Mac Python (from Python.org) are "universal", so they will work on homebrew python as well.