You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update release workflows for Python 3.13, Ubuntu 24.04, etc
Add Python 3.13 to release workflows and update cibuildwheel to a release
that uses 3.13-final.
Run GitHub release workflow based on pushing tags or release/* branches.
Building wheels based on the GitHub Release going live means the wheels
take longer to appear than they need to.
GitHub Action's macos-latest is now ARM, which we have to date built on
Cirrus CI instead. Build on ubuntu-latest and macos-13 (which is x86_64)
and add a script and step to check that architectures are as expected.
GitHub's Ubuntu 24.04 image has fewer development packages pre-installed;
ensure that libbz2 and liblzma development files are present.
On macOS, wheels don't carry their own shared libraries, so avoid linking
with the non-system-provided library libdeflate.dylib.
0 commit comments