Skip to content

Add cross-platform CI wheel builds#36

Open
Tobotimus wants to merge 5 commits into
ztane:masterfrom
Cog-Creators:wheels
Open

Add cross-platform CI wheel builds#36
Tobotimus wants to merge 5 commits into
ztane:masterfrom
Cog-Creators:wheels

Conversation

@Tobotimus

@Tobotimus Tobotimus commented Jan 27, 2019

Copy link
Copy Markdown

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.

@ztane

ztane commented Feb 19, 2019

Copy link
Copy Markdown
Owner

Hmm, I'll look into this on weekend.

@ztane

ztane commented Mar 12, 2019

Copy link
Copy Markdown
Owner

Seem that was a lie 21 days ago :( too busy but I'll try to get to it soon.

@Tobotimus

Copy link
Copy Markdown
Author

It's fine, I totally understand :)

@asfaltboy

Copy link
Copy Markdown

Any updates on this?

Also, I'd like to suggest we remove setuptools from install_requires and rely on users to either install the wheel or if they want to build from source, install setuptools (done for us with latest pip version).

Refs:

@ppmdo

ppmdo commented Oct 7, 2019

Copy link
Copy Markdown

Interested in this...

@asfaltboy

Copy link
Copy Markdown

Could be made even simpler with GitHub actions:
pypa/gh-action-pypi-publish#15 (comment)

@apacha

apacha commented Sep 22, 2020

Copy link
Copy Markdown

@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.

@polm

polm commented Jan 11, 2021

Copy link
Copy Markdown

I made a fork with wheels, see #61 for details.

@asfaltboy

Copy link
Copy Markdown

I can only recommend to try out joerick/cibuildwheel, it's pretty awesome!

@Lucas-C Lucas-C mentioned this pull request Jan 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants