You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Will there be appetite for including a CI workflow that publishes pypi wheels, so that pymol can be installed (including binaries) via pip? Happy to open a PR for that.
So far I managed to manually create wheels via manylinux - automating that for many architectures and python versions should be quite easy via cibuildwheel:
Will there be appetite for including a CI workflow that publishes pypi wheels, so that
pymol
can be installed (including binaries) viapip
? Happy to open a PR for that.So far I managed to manually create wheels via
manylinux
- automating that for many architectures and python versions should be quite easy viacibuildwheel
:demo of manual wheels creation
Run
using this Dockerfile
The text was updated successfully, but these errors were encountered: