Open
Conversation
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Switches from manylinux2014 (poppler 0.26.5) to manylinux_2_28 (poppler 20.11.0) to meet minimum poppler version requirement. Builds Python 3.11, 3.12, and 3.13 wheels. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Fixes delocate-wheel error with modern Homebrew dependencies. If this fails, may need to increase to 15.0. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Poppler is installed in build containers via CIBW_BEFORE_ALL_*, not needed on the GitHub Actions runner host. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Homebrew dependencies require macOS 15.0 minimum. Wheels will only work on macOS Sequoia and later. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Automatically uploads built wheels to GitHub releases when a new release is published. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hello team @jalan
thanks a lot for your contribution to open source.
I believe wheel would be a great addition to
pdftotextand this PR allow to automatically create wheels on push and on release.You can see on my fork the created wheels in the release.
The wheel are created as self-contained. So that we don't need to install dynamics dependencies.
I mostly supervised the work of claude so that it didn't do anything too wrong, but in fairness I am not an expert in wheel building.