[PR #407] Fix python build #1019

Open
opened 2026-01-29 20:52:07 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/google/brotli/pull/407

State: closed
Merged: Yes


We need to source the virtual environment at the script and after_success stages inside.travis.sh script.

We can build and deploy only OSX wheels for now, but I will work on adding manylinux1 support 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.

**Original Pull Request:** https://github.com/google/brotli/pull/407 **State:** closed **Merged:** Yes --- We need to source the virtual environment at the `script` and `after_success` stages inside`.travis.sh` script. We can build and deploy only OSX wheels for now, but I will work on adding `manylinux1` support 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.
claunia added the pull-request label 2026-01-29 20:52:07 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#1019