After the move to github actions, [the upload](https://github.com/MacPython/openblas-libs/runs/1261972663?check_suite_focus=true#step:8:40) on windows64, interface=64 is using ``` openblas-v0.3.9-452-g349b722d-win_amd64-gcc_8_1_0.zip ``` and so is the [upload for](https://github.com/MacPython/openblas-libs/runs/1261972678?check_suite_focus=true#step:8:45) windows64, interface-32 (which warns the file already exists). Note the new compiler tag. For 32-bit builds it is ``` openblas-v0.3.9-452-g349b722d-win32-gcc_7_3_0.zip ``` so we will need to adjust NumPy/SciPy to accommodate that change