I am helping a Python project to switch to GitHub Actions, and for the first time we are able to perform CI builds on Windows.
Our setup.py
script uses some logic to find Visual Studio depending on the Python version installed.
This detection does not work in the Windows build environment. Is there a better way to do this that will be compatible with GitHub Action’s environment?