Developer Tools

trunk/bad1df73015bd733d84be9fe90765fd17d30b89e: Fix macOS arm64 libtorch release upload failure (#175100)

A simple config change silently broke Apple Silicon PyTorch releases...

Deep Dive

PyTorch developers fixed a critical bug that prevented macOS arm64 libtorch nightly builds from uploading for two weeks. The issue stemmed from a January 31st change defaulting RENAME_WHEEL to false, which caused libtorch builds to incorrectly produce .whl files instead of required .zip archives. This broke automated release pipelines for Apple Silicon developers relying on nightly builds. The fix adds proper build guards, restoring normal release functionality.

Why It Matters

Developers on Apple Silicon Macs can now reliably access the latest PyTorch nightly builds again.