Bazel workflow on ROCm now correctly processes freethreaded Python versions
The nightly Bazel workflow for ROCm was failing when processing noGIL
Python versions because the name string in the CI script was not adding
"ft". Also, the free threading flag was not being set.