fix multi-wheel output
Closed this issue · 0 comments
casperdcl commented
when there are multiple dist/*.whl (e.g. when using cibuildwheel or cross-compilation), this fails:
echo "whl=$(ls *.whl || :)" >> $GITHUB_OUTPUTwith error:
Error: Unable to process file command 'output' successfully.
Error: Invalid format '<second_wheel_name>.whl'