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

Add pyproject.toml and unify PyPI CI builds #1407

Merged
merged 10 commits into from
Feb 27, 2024
Prev Previous commit
ci: Bump pypa/cibuildwheel from 2.16.2 to 2.16.5
rockstorm101 committed Feb 10, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 436778e74b046ebb202f3a6a99e3114c7e2975c7
4 changes: 2 additions & 2 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
@@ -25,11 +25,11 @@ jobs:
platforms: all

- name: Build ${{ matrix.os }} wheels
uses: pypa/[email protected].2
uses: pypa/[email protected].5
env:
# we only support what's supported by wxPython, therefore we skip:
# * PyPy Python implementation
# * Python 3.6 nor 3.7 versions
# * Python 3.6 and 3.7 versions
# * musl C implementation
CIBW_SKIP: "pp* cp36* cp37* *-musllinux*"
# produce ARM wheels on Linux in addition to 32 and 64 bit