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 0.52.0 release in version.py and RELEASE.md on master
* Update tensorflow-metadata dependency to >=1.21.0,<1.22.0
* Document tensorflow-metadata dependency update in RELEASE.md
* Pin com_github_tensorflow_metadata to stable 1.21.0 release
* Pin com_github_tensorflow_metadata to 1.21.0 commit da17f45
* Pre-pull ubuntu:22.04 from mirror.gcr.io in CI and capitalize AS in Dockerfile
* Add automated PyPI wheel publishing job using PYPI_API_TOKEN
* Enable PyPI wheel publishing across Python 3.10, 3.11, 3.12, 3.13 matrix
* Enable cross-platform PyPI publishing matrix across Linux and macOS
* Simplify PyPI publish job name for clean GitHub Actions sidebar presentation
* Fix SFrame assembler error by using -fno-asynchronous-unwind-tables in .bazelrc
* Restrict docker-serving-build job to master branch pushes
* Fix GNU assembler error by restoring -fno-asynchronous-unwind-tables flag in .bazelrc
* Remove sframe_fix config from default Linux and GitHub Actions runs; restore -Wa,--gsframe=no for local GCC 15 builds
* Integrate wheel build and PyPI publish steps into main build job; remove redundant 8-job pypi-publish matrix
* Simplify wheel build command by omitting default python binary arg
* Dynamically select Bazelisk architecture on macOS CI runners to support Apple Silicon (M1/M2 arm64) runners
* Conditionally compile Arrow AVX SIMD optimization sources only when building for x86_64 CPU architecture to prevent Apple Silicon macOS errors
* Split wheel upload and PyPI publish into separate optimized jobs so all matrix runners build wheels and a unified Linux job publishes them to PyPI
* Add auditwheel repair step to Linux wheel build so wheels receive PyPI-compliant manylinux platform tags
* Exclude libtensorflow_framework.so from auditwheel repair since TensorFlow runtime provides it
0 commit comments