Skip to content

Simplify PyPI release to source distribution only#48

Merged
kmatzen merged 1 commit intomainfrom
fix/pypi-sdist-only
Apr 11, 2026
Merged

Simplify PyPI release to source distribution only#48
kmatzen merged 1 commit intomainfrom
fix/pypi-sdist-only

Conversation

@kmatzen
Copy link
Copy Markdown
Owner

@kmatzen kmatzen commented Apr 11, 2026

Binary wheels link against system OpenCV/FFmpeg shared libraries which aren't portable. Simplifies to sdist-only for now — users compile from source.

Follow-up: cibuildwheel with manylinux for binary wheels.

Binary wheels require bundling OpenCV and FFmpeg shared libraries
which needs cibuildwheel + manylinux (follow-up work). For now,
publish source distribution only — users compile from source with
their system OpenCV and FFmpeg.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@kmatzen kmatzen merged commit 4f05890 into main Apr 11, 2026
@kmatzen kmatzen deleted the fix/pypi-sdist-only branch April 12, 2026 00:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant