robotpy / build-actions

RobotPy github actions library
0 stars 2 forks source link

Rename linux wheels to manylinux_2_27 #2

Closed TheTripleV closed 3 years ago

TheTripleV commented 3 years ago

This should be all that's needed for manylinux?

virtuald commented 3 years ago

This would rename the roborio/raspbian wheels too.

TheTripleV commented 3 years ago

No? It only renames linux_x86_64 files so those should be excluded.

virtuald commented 3 years ago

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.

auscompgeek commented 3 years ago

bash wouldn't error, but mv would, since the wildcard wouldn't be expanded in that case.