bxlab / bx-python

Tools for manipulating biological data, particularly multiple sequence alignments
MIT License
145 stars 53 forks source link

Publish Wheels #42

Closed jmchilton closed 5 years ago

jmchilton commented 5 years ago

Can we publish binary wheels to PyPI for this package?

We have wheels on https://wheels.galaxyproject.org/packages/ - would it be as easy as twine uploading them?

bx_python-0.8.2-cp27-cp27m-manylinux1_i686.whl
bx_python-0.8.2-cp27-cp27m-manylinux1_x86_64.whl
bx_python-0.8.2-cp27-cp27mu-manylinux1_i686.whl
bx_python-0.8.2-cp27-cp27mu-manylinux1_x86_64.whl
bx_python-0.8.2-cp34-cp34m-manylinux1_i686.whl
bx_python-0.8.2-cp34-cp34m-manylinux1_x86_64.whl
bx_python-0.8.2-cp35-cp35m-manylinux1_i686.whl
bx_python-0.8.2-cp35-cp35m-manylinux1_x86_64.whl
bx_python-0.8.2-cp36-cp36m-manylinux1_i686.whl
bx_python-0.8.2-cp36-cp36m-manylinux1_x86_64.whl
bx_python-0.8.2-cp37-cp37m-manylinux1_i686.whl
bx_python-0.8.2-cp37-cp37m-manylinux1_x86_64.whl
bx_python-0.8.2-cp27-cp27m-macosx_10_6_intel.whl
bx_python-0.8.2-cp34-cp34m-macosx_10_6_intel.whl
bx_python-0.8.2-cp35-cp35m-macosx_10_6_intel.whl
bx_python-0.8.2-cp36-cp36m-macosx_10_6_intel.whl
bx_python-0.8.2-cp37-cp37m-macosx_10_6_intel.whl
nsoranzo commented 5 years ago

I'd like to try to automate this with cibuildwheel.

nsoranzo commented 5 years ago

I'm making good progress on https://github.com/nsoranzo/bx-python/tree/wheels