Skip to content
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

Create python-cibuildwheel.yml #269

Closed
wants to merge 45 commits into from

Conversation

hendrikmuhs
Copy link
Contributor

@hendrikmuhs hendrikmuhs commented Jan 6, 2024

switch the build system for python to cibuildwheel. cibuildwheel makes it easier to build python wheels on different platforms and python versions. The switch hopefully makes our life a little easier and lets us concentrate on the more important things.

With the switch we get:

  • builds for mac on arm
  • a new target: musllinux
  • more pypy targets

In addition to the change I implemented the following additions in this PR:

  • use of ccache per platform
  • publishing of artefacts as part of the build (for testing PRs by installing the wheel locally)
  • various toolchain updates, including enabling dependabot

@narekgharibyan
Copy link
Member

@hendrikmuhs does this need to be reviewed, or I can turn off notification ?

@hendrikmuhs
Copy link
Contributor Author

@narekgharibyan sorry for the noise, I tested this out in the main repo. I have updated the description what this is about. It is not ready yet, but I am almost there.

@hendrikmuhs hendrikmuhs force-pushed the hendrikmuhs-cibuildwheel-workflow branch from ce0bd03 to 987ca6e Compare January 9, 2024 07:40
@hendrikmuhs hendrikmuhs closed this Jan 9, 2024
@hendrikmuhs hendrikmuhs deleted the hendrikmuhs-cibuildwheel-workflow branch January 9, 2024 21:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants