wbolster / plyvel

Plyvel, a fast and feature-rich Python interface to LevelDB
https://plyvel.readthedocs.io/
Other
529 stars 75 forks source link

simplify docker setup to make releasing easier 🚀 #101

Closed wbolster closed 5 years ago

wbolster commented 5 years ago

Update and simplify the Dockerfile, and use cibuildwheels to build wheels using this Dockerfile. To produce release artifacts, only ‘make release’ is needed.

Change the travis config to use the same installation scripts used for building wheels.

wbolster commented 5 years ago

/cc @importjake :wink: