Closed TheTripleV closed 3 years ago
This would rename the roborio/raspbian wheels too.
No? It only renames linux_x86_64 files so those should be excluded.
Oh, I didn't notice that. Won't the step fail if there aren't any appropriate wheels? Pretty sure bash would give an error code there.
bash wouldn't error, but mv would, since the wildcard wouldn't be expanded in that case.
This should be all that's needed for manylinux?