-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add cross-platform CI wheel builds #36
base: master
Are you sure you want to change the base?
Conversation
Hmm, I'll look into this on weekend. |
Seem that was a lie 21 days ago :( too busy but I'll try to get to it soon. |
It's fine, I totally understand :) |
Any updates on this? Also, I'd like to suggest we remove Refs: |
Interested in this... |
Could be made even simpler with GitHub actions: |
@ztane Please assign collaborators, in case you can no longer maintain this package. There are thousands of users that would see issues fixed that were reported years ago. |
I made a fork with wheels, see #61 for details. |
I can only recommend to try out joerick/cibuildwheel, it's pretty awesome! |
Hi! Here is a patch for this repository's CI configurations to include building and deploying wheels for Linux (x86-64 and i686), MacOS (10.6) and Windows (x86-64 and x86). They are built for Python versions 2.7, 3.4, 3.5, 3.6 and 3.7. Obviously a source distribution is still included for platforms not included here.
I've made use of the amazing cibuildwheel repository, which makes this a fairly painless task.
All that's required for this to work now is for the maintainer to add his/her username and encrypted password for PyPI to the config files, merge and tag. I've tested this and uploaded to TestPyPI via this method.
You can also remove the env var placeholders for the username/password in .travis.yml and appveyor.yml, and instead set them in the project settings on travis-ci.org and appveyor.com if you prefer.