css-inline: add build-css-inline.yml for riscv64 wheels - #1009
Merged
Conversation
PyO3/maturin binding with pyo3 abi3-py310 fixed upstream, so the wheel matrix collapses to a single cp310-abi3 build built on cp310 and re-tested on 3.11-3.14. Mirrors upstream's own python-release.yml linux job and reproduces its background test HTTP server for the remote-stylesheet test cases.
…d extension css_inline/__init__.py is a pure-Python shim doing `from .css_inline import *`; the compiled .so lives at css_inline/css_inline.abi3.so (confirmed by inspecting the published PyPI wheel), so the top-level import always resolves to __init__.py.
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.
css-inline0.21.2PyO3/maturin binding that inlines CSS into HTML
styleattributes. Upstream publishes no riscv64 wheel.Mirrors the
linuxjob of upstream'spython-release.yml.Differs from upstream
css-inline/tests/server.pyand polls it ready before testing - a singleCIBW_TEST_COMMANDhas no separate step to absorb the startup race upstream's multi-step CI gets for free.Matrix: single
cp310-abi3build (pyo3'sabi3-py310feature is fixed inbindings/python/Cargo.toml); upstream ships no free-threaded wheel for this package.Testing
tests-py, including the hypothesis property test)License: OK
Built on cp310; re-tested on 3.11-3.14 via
find_compatible_wheel.