Merged
Conversation
Add conda/micromamba-based GitHub Actions workflows for building and testing ml-metadata wheels. Uses GCC 8.5.0 to match manylinux2014 compatibility, supports Python 3.9-3.11, and includes automated PyPI publishing.
- Bazel: Raise minimum to 6.5.0 and update repo version - CI: Use Bazel 6.5.0 in conda-build/test GitHub Actions - Docker: Switch manylinux image to bazel-6.5.0 tag - Toolchain: Use devtoolset-10 for wheel builds - Scope: Build/CI-only; no MLMD runtime or API changes Motivation: align CI/local builds with Bazel 6.5.0 for stability and modernize the wheel build toolchain.
…lity CMake 3.29+ removed support for CMake < 3.5 syntax, breaking libmysqlclient (mariadb-connector-c v3.0.8) builds. Pin to CMake 3.24.4 to maintain backward compatibility while supporting current toolchains.
- Use python -m build instead of setup.py bdist_wheel for PEP 517 compliance - Pin setuptools<69.3 to avoid Metadata-Version 2.4 (PyPI only supports up to 2.3) - Update numpy requirement to >=1.23,<2.0 for Python 3.11 compatibility - Use auditwheel --plat auto for automatic manylinux tag detection
Add conda/mamba CI workflows
genehwung
approved these changes
Feb 4, 2026
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.
These are the changes that need to be cherry-picked into r1.17.0 release branch for 1.17.1 Patch Release.