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

Manylinux wheels #552

Merged
merged 12 commits into from
Sep 11, 2023
Merged

Manylinux wheels #552

merged 12 commits into from
Sep 11, 2023

Conversation

mwydmuch
Copy link
Member

@mwydmuch mwydmuch commented Sep 6, 2023

This PR modifies the building process (cmake and setup.py) to enable building manylinux wheels using the manylinux_2_28 image. It adds configuration for cibuildwheel, GH workflow, and tests using different Linux images.

- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pseudo-rnd-thoughts I need this secret to be setup to make this step work on release. Could you add it?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@mwydmuch mwydmuch merged commit 6749180 into master Sep 11, 2023
13 checks passed
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