feat(zipapp): add windows support by rickeylev · Pull Request #3561 · bazel-contrib/rules_python
aignas pushed a commit to aignas/rules_python that referenced this pull request
Feb 23, 2026This adds Windows support to the py_zipapp rules. It works the same as what py_binary does: the Bazel builtin launcher.exe is populated with the path to the zip, and the exe then handles starting Python and running the zip. This should be the last of the implementation, so all that remains is deprecating the code in py_binary and removing it. Work towards bazel-contrib#2586
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